Skip to content

Commit de198b6

Browse files
authored
fix(scripts): build example in benchmark
Enable example build in benchmark script so hyperfine can run.
1 parent 6f8621e commit de198b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run_benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
cmake -S . -B build-bench -DCMAKE_BUILD_TYPE=Release
4+
cmake -S . -B build-bench -DCMAKE_BUILD_TYPE=Release -DHMACCPP_BUILD_EXAMPLES=ON
55
cmake --build build-bench --config Release
66
hyperfine "./build-bench/example"

0 commit comments

Comments
 (0)