Skip to content

Commit d4b4d1d

Browse files
[documentation] minor benchmark run tweak
1 parent f8b546d commit d4b4d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Build and run the benchmarks on all platforms:
66
git clone --depth 1 https://github.com/FrancoisCarouge/Kalman.git "kalman"
77
cmake -S "kalman" -B "build" -G "Ninja Multi-Config"
88
cmake --build "build" --config "Release" --parallel
9-
ctest --test-dir "build" --tests-regex "kalman_benchmark"
9+
ctest --test-dir "build" --build-config "Release" --tests-regex "kalman_benchmark"
1010
```
1111

1212
Plot the results on Linux:

0 commit comments

Comments
 (0)