mirror of https://github.com/ArduPilot/ardupilot
AP_Math: add missing ; on benchmark test
This commit is contained in:
parent
2e60f361fa
commit
240c34ecde
|
@ -98,4 +98,4 @@ static void BM_GeodesicGridSections(benchmark::State& state)
|
|||
/* Benchmark each section */
|
||||
BENCHMARK(BM_GeodesicGridSections)->DenseRange(0, 79);
|
||||
|
||||
BENCHMARK_MAIN()
|
||||
BENCHMARK_MAIN();
|
||||
|
|
|
@ -19,4 +19,4 @@ static void BM_MatrixMultiplication(benchmark::State& state)
|
|||
|
||||
BENCHMARK(BM_MatrixMultiplication);
|
||||
|
||||
BENCHMARK_MAIN()
|
||||
BENCHMARK_MAIN();
|
||||
|
|
Loading…
Reference in New Issue