Skip to content

Commit

Permalink
[benchmark] harden and versatile support (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge authored Sep 8, 2022
1 parent 4f3d6ac commit 1bea992
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmark/benchmark.bat
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
cd ..
cl ^
/EHsc /O2 /MD /std:c++latest ^
/D EIGEN_NO_MALLOC ^
/D EIGEN_RUNTIME_NO_MALLOC ^
/D NDEBUG ^
/I include /I ^
"F:\Drive\Projects\cpp\vcpkg\packages\eigen3_x86-windows\include\eigen3" /I ^
Expand All @@ -49,5 +51,5 @@ cl ^
/link ^
"F:\Drive\Projects\cpp\vcpkg\packages\benchmark_x86-windows\lib\benchmark.lib" ^
"shlwapi.lib"
start "" /affinity 2 /Realtime "kalman.exe" --benchmark_out="benchmark/results.json"
start "" /affinity 2 /Realtime "kalman.exe" --benchmark_filter="*" --benchmark_out="benchmark/results.json"
cd benchmark

0 comments on commit 1bea992

Please sign in to comment.