diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index 039e299aba9..a2ce9b24853 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -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