Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions barretenberg/cpp/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ case "$cmd" in

# Build both native and wasm benchmark binaries
parallel --line-buffered --tag -v denoise ::: \
"build_preset $native_preset --target bb_cli_bench" \
"build_preset wasm-threads --target bb_cli_bench"
"build_preset $native_preset --target bb_cli_bench --target bb" \
"build_preset wasm-threads --target bb_cli_bench --target bb"

# Download cached flow inputs from the specified commit
export AZTEC_CACHE_COMMIT=$commit_hash
Expand Down
Loading