Skip to content
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