Skip to content

Commit e78f3e2

Browse files
committed
Reorder the benchmarks.
1 parent 23e28e9 commit e78f3e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

benchmarks/planetarium_benchmark.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -406,18 +406,18 @@ void BM_PlanetariumPlotMethod4(
406406
near, \
407407
(plotting_frame)) \
408408
->Unit(benchmark::kMillisecond); \
409-
BENCHMARK_CAPTURE(BM_PlanetariumPlotMethod3, \
410-
Far##name, \
411-
(perspective), \
412-
far, \
413-
(plotting_frame)) \
414-
->Unit(benchmark::kMillisecond); \
415409
BENCHMARK_CAPTURE(BM_PlanetariumPlotMethod4, \
416410
Near##name, \
417411
(perspective), \
418412
near, \
419413
(plotting_frame)) \
420414
->Unit(benchmark::kMillisecond); \
415+
BENCHMARK_CAPTURE(BM_PlanetariumPlotMethod3, \
416+
Far##name, \
417+
(perspective), \
418+
far, \
419+
(plotting_frame)) \
420+
->Unit(benchmark::kMillisecond); \
421421
BENCHMARK_CAPTURE(BM_PlanetariumPlotMethod4, \
422422
Far##name, \
423423
(perspective), \

0 commit comments

Comments
 (0)