Skip to content

Commit

Permalink
ENH: use "unused function"
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunner246 committed Jun 16, 2024
1 parent 07e0f65 commit 6cdcfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule/benchmarks/gtfs_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static void BM_read_stop_times(benchmark::State& state) {


BENCHMARK(BM_read_calendar_dates);
//BENCHMARK(BM_read_stop_times);
BENCHMARK(BM_read_stop_times);
BENCHMARK(BM_pointer);
BENCHMARK(BM_reference);

Expand Down

0 comments on commit 6cdcfe8

Please sign in to comment.