We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b546d commit d4b4d1dCopy full SHA for d4b4d1d
benchmark/README.md
@@ -6,7 +6,7 @@ Build and run the benchmarks on all platforms:
6
git clone --depth 1 https://github.com/FrancoisCarouge/Kalman.git "kalman"
7
cmake -S "kalman" -B "build" -G "Ninja Multi-Config"
8
cmake --build "build" --config "Release" --parallel
9
-ctest --test-dir "build" --tests-regex "kalman_benchmark"
+ctest --test-dir "build" --build-config "Release" --tests-regex "kalman_benchmark"
10
```
11
12
Plot the results on Linux:
0 commit comments