diff --git a/benchmarks/approximation_benchmark.cpp b/benchmarks/approximation_benchmark.cpp index 4d6c210c25..dc5b84fe9b 100644 --- a/benchmarks/approximation_benchmark.cpp +++ b/benchmarks/approximation_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=20 --benchmark_filter=ApproximationBenchmark // NOLINT(whitespace/line_length) +// .\Release\x64\benchmarks.exe --benchmark_repetitions=3 --benchmark_filter=ApproximationBenchmark // NOLINT(whitespace/line_length) #include #include diff --git a/benchmarks/apsides_benchmark.cpp b/benchmarks/apsides_benchmark.cpp index 24db396684..f96ec85f24 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 // 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 223982ed4f..93c0db7b7c 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_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 da57528b0f..c79596290e 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_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 84907f9efb..55d467724f 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_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 505b7f9a16..52cac5d529 100644 --- a/benchmarks/encoder_benchmark.cpp +++ b/benchmarks/encoder_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --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 8b316ed28e..7b8880e715 100644 --- a/benchmarks/geopotential_benchmark.cpp +++ b/benchmarks/geopotential_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --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 49a7e442a4..0844c5b2c7 100644 --- a/benchmarks/newhall_benchmark.cpp +++ b/benchmarks/newhall_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --benchmark_repetitions=10 --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 630a484c2d..926b56156b 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 // 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 b84783c1cf..95b0fe23d0 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_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 122cf2bc7e..7d505e55c9 100644 --- a/benchmarks/thread_pool_benchmark.cpp +++ b/benchmarks/thread_pool_benchmark.cpp @@ -1,4 +1,4 @@ -// .\Release\x64\benchmarks.exe --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