Skip to content

Commit 3a31e54

Browse files
committed
using milliseoconds everywhere
1 parent 7bd7318 commit 3a31e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2024/src/day_template.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ BENCHMARK_DEFINE_F(BenchmarkFixture, Part2Benchmark)
6565
}
6666
}
6767

68-
BENCHMARK_REGISTER_F(BenchmarkFixture, Part1Benchmark)->Unit(benchmark::kSecond);
69-
BENCHMARK_REGISTER_F(BenchmarkFixture, Part2Benchmark)->Unit(benchmark::kSecond);
68+
BENCHMARK_REGISTER_F(BenchmarkFixture, Part1Benchmark)->Unit(benchmark::kMillisecond);
69+
BENCHMARK_REGISTER_F(BenchmarkFixture, Part2Benchmark)->Unit(benchmark::kMillisecond);
7070

7171
int main(int argc, char **argv)
7272
{

0 commit comments

Comments
 (0)