From f50c7212d7b06fa626b151edbde89dd52febc592 Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 23 Oct 2024 11:21:55 -0400 Subject: [PATCH] chore: disable bench-process-history --- yarn-project/end-to-end/Earthfile | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index 039e299aba94..a2ce9b248538 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