diff --git a/benchmarks/Core/bench_small_matrix.cpp b/benchmarks/Core/bench_small_matrix.cpp index f060e0eda..2970f7fb7 100644 --- a/benchmarks/Core/bench_small_matrix.cpp +++ b/benchmarks/Core/bench_small_matrix.cpp @@ -292,9 +292,9 @@ BENCHMARK(BM_JacobiSVD_Compute); BENCHMARK(BM_JacobiSVD_Compute); BENCHMARK(BM_JacobiSVD_Compute); BENCHMARK(BM_JacobiSVD_Compute); -BENCHMARK(BM_JacobiSVD_Compute); // projection matrix -BENCHMARK(BM_JacobiSVD_Compute); // manipulator Jacobian -BENCHMARK(BM_JacobiSVD_Compute); // fundamental matrix (8-point) +BENCHMARK(BM_JacobiSVD_Compute); // projection matrix +BENCHMARK(BM_JacobiSVD_Compute); // manipulator Jacobian +BENCHMARK(BM_JacobiSVD_Compute); // fundamental matrix (8-point) BENCHMARK(BM_JacobiSVD_Solve); BENCHMARK(BM_JacobiSVD_Solve);