Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train_timetable_master のデータに関して #226

Open
yuki2006 opened this issue Sep 15, 2021 · 0 comments
Open

train_timetable_master のデータに関して #226

yuki2006 opened this issue Sep 15, 2021 · 0 comments

Comments

@yuki2006
Copy link

こんにちは。
ISUCON9決勝データで練習しているときに気づいたのですが、
train_timetable_masterに不整合なデータが多く有るのではないかと思いました。

例えば、こちらの train_master
https://raw.githubusercontent.com/isucon/isucon9-final/master/webapp/sql/90_train.sql

("2020-01-01","遅いやつ",2,"06:00:00","京都","東京","1"),

は遅いやつ2号 京都発東京行き(上り)というデータだと思われますが、それに対応していると思われる
train_timetable_master では 遅いやつ2号 東京 06:03:56発京都10:55:16着 と読めます。

https://raw.githubusercontent.com/isucon/isucon9-final/master/webapp/sql/94_0_train_timetable.sql

("2020-01-01","遅いやつ","2","東京","06:00:00","06:03:56"),
....
("2020-01-01","遅いやつ","2","京都","10:55:16","10:58:01"),

つまり進行方向逆のデータになっていると思われます。

ベンチマークに関しても 「大阪」→「東京」の最速で検索するテストケースのようですが

wantDepartedAt: map[string]string{

期待するデータは到着時間が逆転しています。

バグが有っても初期実装の仕様そのままチューニングするというゲームかも知れませんが、さすが苦しいかなと思いましたので報告します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant