mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
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 each section */
|
||||||
BENCHMARK(BM_GeodesicGridSections)->DenseRange(0, 79);
|
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(BM_MatrixMultiplication);
|
||||||
|
|
||||||
BENCHMARK_MAIN()
|
BENCHMARK_MAIN();
|
||||||
|
Loading…
Reference in New Issue
Block a user