Skip to content

Commit

Permalink
adapt benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Oct 12, 2024
1 parent 999956a commit 3367891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pkg.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
14235113949304861054
cista f52a62c4d83377acd398227ab4fcd6c946bdbd70
139770128757021168
cista 48210e6925658163952e458a4d13629ffdb0cea3
PEGTL 1c1aa6e650e4d26f10fa398f148ec0cdc5f0808d
res b759b93316afeb529b6cb5b2548b24c41e382fb0
date ce88cc33b5551f66655614eeebb7c5b7189025fb
Expand Down
3 changes: 1 addition & 2 deletions exe/benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,7 @@ int main(int argc, char* argv[]) {
bpo::notify(vm);

std::cout << "loading timetable...\n";
auto tt = *nigiri::timetable::read(cista::memory_holder{
cista::file{tt_path.generic_string().c_str(), "r"}.content()});
auto tt = *nigiri::timetable::read(tt_path);
tt.locations_.resolve_timezones();

gs.interval_size_ = duration_t{interval_size};
Expand Down

0 comments on commit 3367891

Please sign in to comment.