Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/nightly-spartan-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
fi

- name: Run proving benchmarks
timeout-minutes: 150
timeout-minutes: 180
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -162,7 +162,7 @@ jobs:
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
RUN_ID: ${{ github.run_id }}
AWS_SHUTDOWN_TIME: 150
AWS_SHUTDOWN_TIME: 180
NO_SPOT: 1
run: |
./.github/ci3.sh network-proving-bench prove-n-tps-fake prove-n-tps-fake "aztecprotocol/aztec:${{ steps.nightly-tag.outputs.nightly_tag }}"
Expand Down
3 changes: 2 additions & 1 deletion spartan/environments/five-tps-long-epoch.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ REDEPLOY_ROLLUP_CONTRACTS=true
VERIFY_CONTRACTS=false
DESTROY_AZTEC_INFRA=true

AZTEC_LAG_IN_EPOCHS=1
AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET=1
AZTEC_LAG_IN_EPOCHS_FOR_RANDAO=1

OTEL_COLLECTOR_ENDPOINT=REPLACE_WITH_GCP_SECRET

Expand Down
3 changes: 2 additions & 1 deletion spartan/environments/five-tps-short-epoch.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ REDEPLOY_ROLLUP_CONTRACTS=true
VERIFY_CONTRACTS=false
DESTROY_AZTEC_INFRA=true

AZTEC_LAG_IN_EPOCHS=1
AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET=1
AZTEC_LAG_IN_EPOCHS_FOR_RANDAO=1

OTEL_COLLECTOR_ENDPOINT=REPLACE_WITH_GCP_SECRET

Expand Down
3 changes: 2 additions & 1 deletion spartan/environments/prove-n-tps-fake.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ GCP_REGION=us-west1-a
AZTEC_EPOCH_DURATION=32
AZTEC_SLOT_DURATION=72
AZTEC_PROOF_SUBMISSION_EPOCHS=1
AZTEC_LAG_IN_EPOCHS=1
AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET=1
AZTEC_LAG_IN_EPOCHS_FOR_RANDAO=1

CREATE_ETH_DEVNET=true
DESTROY_NAMESPACE=true
Expand Down
3 changes: 2 additions & 1 deletion spartan/environments/prove-n-tps-real.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ GCP_REGION=us-west1-a
AZTEC_EPOCH_DURATION=32
AZTEC_SLOT_DURATION=72
AZTEC_PROOF_SUBMISSION_EPOCHS=1
AZTEC_LAG_IN_EPOCHS=1
AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET=1
AZTEC_LAG_IN_EPOCHS_FOR_RANDAO=1

CREATE_ETH_DEVNET=true
DESTROY_NAMESPACE=true
Expand Down
3 changes: 2 additions & 1 deletion spartan/environments/ten-tps-long-epoch.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ REDEPLOY_ROLLUP_CONTRACTS=true
VERIFY_CONTRACTS=false
DESTROY_AZTEC_INFRA=true

AZTEC_LAG_IN_EPOCHS=1
AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET=1
AZTEC_LAG_IN_EPOCHS_FOR_RANDAO=1

OTEL_COLLECTOR_ENDPOINT=REPLACE_WITH_GCP_SECRET

Expand Down
3 changes: 2 additions & 1 deletion spartan/environments/ten-tps-short-epoch.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ REDEPLOY_ROLLUP_CONTRACTS=true
VERIFY_CONTRACTS=false
DESTROY_AZTEC_INFRA=true

AZTEC_LAG_IN_EPOCHS=1
AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET=1
AZTEC_LAG_IN_EPOCHS_FOR_RANDAO=1

OTEL_COLLECTOR_ENDPOINT=REPLACE_WITH_GCP_SECRET

Expand Down
Loading