Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 2, 2025
1 parent 15ac5c9 commit bd27724
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion barretenberg/acir_tests/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test:
benches-bb:
FROM ../../+bootstrap-noir-bb
WORKDIR /usr/src/barretenberg/acir_tests
RUN ./bootstrap.sh benches
RUN ./bootstrap.sh prepare-benches

bench:
# This target is used for debugging the benchmarking target.
Expand Down
8 changes: 4 additions & 4 deletions barretenberg/acir_tests/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source $(git rev-parse --show-toplevel)/ci3/source_bootstrap
cmd=${1:-}
export CRS_PATH=$HOME/.bb-crs

function copy_tests {
function prepare_tests {
set -eu

github_group "acir_tests copy tests"
Expand All @@ -24,7 +24,7 @@ function build_tests {

github_group "acir_tests build"

copy_tests
prepare_tests

# COMPILE=2 only compiles the test.
denoise "parallel --joblog joblog.txt --line-buffered 'COMPILE=2 ./run_test.sh \$(basename {})' ::: ./acir_tests/*"
Expand Down Expand Up @@ -164,8 +164,8 @@ case "$cmd" in
"test")
test
;;
"benches")
copy_benches
"prepare-benches")
prepare_tests
;;
"test-cmds")
test_cmds
Expand Down

0 comments on commit bd27724

Please sign in to comment.