Skip to content

Commit

Permalink
chore: disable bench-process-history (#9360)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Oct 23, 2024
1 parent eae7587 commit 8e6734e
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions yarn-project/end-to-end/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -245,17 +245,18 @@ bench-publish-rollup:
RUN ./scripts/e2e_compose_test.sh benchmarks/bench_publish_rollup.test.ts
DO ../../+UPLOAD_LOGS --PULL_REQUEST=$PULL_REQUEST --BRANCH=$BRANCH --COMMIT_HASH=$COMMIT_HASH

bench-process-history:
LOCALLY
ENV COMPOSE_FILE=scripts/docker-compose-no-sandbox.yml
ENV DEBUG="aztec:benchmarks:*,aztec:sequencer,aztec:sequencer:*,aztec:world_state,aztec:merkle_trees"
ENV HARDWARE_CONCURRENCY=${HARDWARE_CONCURRENCY:-32}
# redundant, but just to be explicit:
ENV PULL_REQUEST=$PULL_REQUEST
ENV BRANCH=$BRANCH
ENV COMMIT_HASH=$COMMIT_HASH
RUN ./scripts/e2e_compose_test.sh benchmarks/bench_process_history.test.ts
DO ../../+UPLOAD_LOGS --PULL_REQUEST=$PULL_REQUEST --BRANCH=$BRANCH --COMMIT_HASH=$COMMIT_HASH
# TODO(#9359): regressed seemingly after changes to reorgs
#bench-process-history:
# LOCALLY
# ENV COMPOSE_FILE=scripts/docker-compose-no-sandbox.yml
# ENV DEBUG="aztec:benchmarks:*,aztec:sequencer,aztec:sequencer:*,aztec:world_state,aztec:merkle_trees"
# ENV HARDWARE_CONCURRENCY=${HARDWARE_CONCURRENCY:-32}
# # redundant, but just to be explicit:
# ENV PULL_REQUEST=$PULL_REQUEST
# ENV BRANCH=$BRANCH
# ENV COMMIT_HASH=$COMMIT_HASH
# RUN ./scripts/e2e_compose_test.sh benchmarks/bench_process_history.test.ts
# DO ../../+UPLOAD_LOGS --PULL_REQUEST=$PULL_REQUEST --BRANCH=$BRANCH --COMMIT_HASH=$COMMIT_HASH

bench-tx-size:
LOCALLY
Expand Down

0 comments on commit 8e6734e

Please sign in to comment.