Skip to content

Commit

Permalink
chore: run benchmarks locally
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed May 2, 2024
1 parent 6ae5d3c commit e408094
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions noir/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@ barretenberg-acir-benches-bb:
WORKDIR /usr/src/barretenberg/acir_tests

ENV TEST_SRC /usr/src/acir_artifacts
ENV LOG_FILE=/log
ENV LOG_FILE=./log
RUN ./bench_acir_tests.sh sha256
DO +UPLOAD_LOGS --e2e_mode=$e2e_mode --PULL_REQUEST=$PULL_REQUEST --BRANCH=$BRANCH --COMMIT_HASH=$COMMIT_HASH

SAVE ARTIFACT ./log AS LOCAL ./log
DO +UPLOAD_LOGS --PULL_REQUEST=$PULL_REQUEST --BRANCH=$BRANCH --COMMIT_HASH=$COMMIT_HASH
# TOOD
# test-packages
# FROM aztecprotocol/noir AS noir
Expand Down

0 comments on commit e408094

Please sign in to comment.