Skip to content

Commit

Permalink
vacuul -> vacuum in benchmark name in benchmarks.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Aug 7, 2024
1 parent 9b12772 commit 4d10690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmarks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ static void BM_constMatterOscillations(benchmark::State &state)
}

// Register the function as a benchmark
BENCHMARK(BM_vacuumOscillations)->Name("Vacuul Oscillations")->Args({1 << 10, 1 << 10});
BENCHMARK(BM_vacuumOscillations)->Name("Vacuum Oscillations")->Args({1 << 10, 1 << 10});

// Register the function as a benchmark
BENCHMARK(BM_constMatterOscillations)->Name("Const Density Oscillations")->Args({1 << 10, 1 << 10});
Expand Down

0 comments on commit 4d10690

Please sign in to comment.