Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: disable bench-process-history #9360

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading