1 parent 6f8621e commit 0198890Copy full SHA for 0198890
1 file changed
scripts/run_benchmarks.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-cmake -S . -B build-bench -DCMAKE_BUILD_TYPE=Release
+cmake -S . -B build-bench -DCMAKE_BUILD_TYPE=Release -DHMACCPP_BUILD_EXAMPLES=ON
5
cmake --build build-bench --config Release
6
hyperfine "./build-bench/example"
0 commit comments