Skip to content

Commit

Permalink
[documentation] minor benchmark run tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Oct 6, 2022
1 parent 611b0bb commit c7f0ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Build and run the benchmarks on all platforms:
git clone --depth 1 https://github.com/FrancoisCarouge/Kalman.git "kalman"
cmake -S "kalman" -B "build" -G "Ninja Multi-Config"
cmake --build "build" --config "Release" --parallel
ctest --test-dir "build" --tests-regex "kalman_benchmark"
ctest --test-dir "build" --build-config "Release" --tests-regex "kalman_benchmark"
```

Plot the results on Linux:
Expand Down

0 comments on commit c7f0ba5

Please sign in to comment.