From 94f9c3299350ee56dd3932ac00d0627d23f11bd3 Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Sun, 31 Mar 2024 00:37:08 +0100 Subject: [PATCH] Down with benchmark_min_time --- benchmarks/approximation_benchmark.cpp | 2 +- benchmarks/apsides_benchmark.cpp | 2 +- benchmarks/elliptic_functions_benchmark.cpp | 2 +- benchmarks/elliptic_integrals_benchmark.cpp | 2 +- ...xplicit_runge_kutta_nystr\303\266m_integrator_benchmark.cpp" | 2 +- benchmarks/encoder_benchmark.cpp | 2 +- benchmarks/geopotential_benchmark.cpp | 2 +- benchmarks/newhall_benchmark.cpp | 2 +- benchmarks/orbital_elements_benchmark.cpp | 2 +- ...plectic_runge_kutta_nystr\303\266m_integrator_benchmark.cpp" | 2 +- benchmarks/thread_pool_benchmark.cpp | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/benchmarks/approximation_benchmark.cpp b/benchmarks/approximation_benchmark.cpp index 6896265385..4d6c210c25 100644 --- a/benchmarks/approximation_benchmark.cpp +++ b/benchmarks/approximation_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=3 --benchmark_filter=ApproximationBenchmark --benchmark_min_time=30 // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=20 --benchmark_filter=ApproximationBenchmark // NOLINT(whitespace/line_length) #include #include diff --git a/benchmarks/apsides_benchmark.cpp b/benchmarks/apsides_benchmark.cpp index d57f32cb3c..24db396684 100644 --- a/benchmarks/apsides_benchmark.cpp +++ b/benchmarks/apsides_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=3 --benchmark_filter=Apsides --benchmark_min_time=30 // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=3 --benchmark_filter=Apsides // NOLINT(whitespace/line_length) #include #include diff --git a/benchmarks/elliptic_functions_benchmark.cpp b/benchmarks/elliptic_functions_benchmark.cpp index 834dd80e8f..223982ed4f 100644 --- a/benchmarks/elliptic_functions_benchmark.cpp +++ b/benchmarks/elliptic_functions_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --benchmark_min_time=2 --benchmark_filter=Jacobi // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --benchmark_filter=Jacobi // NOLINT(whitespace/line_length) #include #include diff --git a/benchmarks/elliptic_integrals_benchmark.cpp b/benchmarks/elliptic_integrals_benchmark.cpp index 49a1aebd79..da57528b0f 100644 --- a/benchmarks/elliptic_integrals_benchmark.cpp +++ b/benchmarks/elliptic_integrals_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --benchmark_min_time=2 --benchmark_filter=Elliptic // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --benchmark_filter=Elliptic // NOLINT(whitespace/line_length) #include #include diff --git "a/benchmarks/embedded_explicit_runge_kutta_nystr\303\266m_integrator_benchmark.cpp" "b/benchmarks/embedded_explicit_runge_kutta_nystr\303\266m_integrator_benchmark.cpp" index 5d21ac8d50..84907f9efb 100644 --- "a/benchmarks/embedded_explicit_runge_kutta_nystr\303\266m_integrator_benchmark.cpp" +++ "b/benchmarks/embedded_explicit_runge_kutta_nystr\303\266m_integrator_benchmark.cpp" @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=5 --benchmark_min_time=5 --benchmark_filter=EmbeddedExplicitRungeKuttaNyströmIntegratorSolveHarmonicOscillator // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=5 --benchmark_filter=EmbeddedExplicitRungeKuttaNyströmIntegratorSolveHarmonicOscillator // NOLINT(whitespace/line_length) #define GLOG_NO_ABBREVIATED_SEVERITIES diff --git a/benchmarks/encoder_benchmark.cpp b/benchmarks/encoder_benchmark.cpp index 5d6c911c4e..505b7f9a16 100644 --- a/benchmarks/encoder_benchmark.cpp +++ b/benchmarks/encoder_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_min_time=2 --benchmark_repetitions=10 --benchmark_filter=(Encode|Decode) // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --benchmark_filter=(Encode|Decode) // NOLINT(whitespace/line_length) #include #include diff --git a/benchmarks/geopotential_benchmark.cpp b/benchmarks/geopotential_benchmark.cpp index 48f12bc278..8b316ed28e 100644 --- a/benchmarks/geopotential_benchmark.cpp +++ b/benchmarks/geopotential_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --benchmark_min_time=2 --benchmark_filter=Geopotential // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --benchmark_filter=Geopotential // NOLINT(whitespace/line_length) #include #include diff --git a/benchmarks/newhall_benchmark.cpp b/benchmarks/newhall_benchmark.cpp index d6765d995c..49a7e442a4 100644 --- a/benchmarks/newhall_benchmark.cpp +++ b/benchmarks/newhall_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --benchmark_min_time=2 --benchmark_filter=Newhall // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --benchmark_filter=Newhall // NOLINT(whitespace/line_length) #include #include diff --git a/benchmarks/orbital_elements_benchmark.cpp b/benchmarks/orbital_elements_benchmark.cpp index ba0e3cf7d3..630a484c2d 100644 --- a/benchmarks/orbital_elements_benchmark.cpp +++ b/benchmarks/orbital_elements_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=3 --benchmark_filter=OrbitalElements --benchmark_min_time=30 // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=3 --benchmark_filter=OrbitalElements // NOLINT(whitespace/line_length) #include diff --git "a/benchmarks/symplectic_runge_kutta_nystr\303\266m_integrator_benchmark.cpp" "b/benchmarks/symplectic_runge_kutta_nystr\303\266m_integrator_benchmark.cpp" index 10bd5086eb..b84783c1cf 100644 --- "a/benchmarks/symplectic_runge_kutta_nystr\303\266m_integrator_benchmark.cpp" +++ "b/benchmarks/symplectic_runge_kutta_nystr\303\266m_integrator_benchmark.cpp" @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=5 --benchmark_min_time=5 --benchmark_filter=SymplecticRungeKuttaNyströmIntegratorSolveHarmonicOscillator // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=5 --benchmark_filter=SymplecticRungeKuttaNyströmIntegratorSolveHarmonicOscillator // NOLINT(whitespace/line_length) #define GLOG_NO_ABBREVIATED_SEVERITIES diff --git a/benchmarks/thread_pool_benchmark.cpp b/benchmarks/thread_pool_benchmark.cpp index 03eebf34c8..122cf2bc7e 100644 --- a/benchmarks/thread_pool_benchmark.cpp +++ b/benchmarks/thread_pool_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_min_time=2 --benchmark_repetitions=10 --benchmark_filter=ThreadPool // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --benchmark_filter=ThreadPool // NOLINT(whitespace/line_length) #include #include