Skip to content

Commit ef26c71

Browse files
authored
chore: create bench-out (#19376)
This PR creates the bench-out/ folder before calling `bench_merge` after running network benchmarks
2 parents 669c29e + 03758d3 commit ef26c71

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bootstrap.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ case "$cmd" in
621621
spartan/bootstrap.sh network_deploy "${env_file}"
622622
# Run benchmarks
623623
spartan/bootstrap.sh network_bench "${env_file}"
624+
rm -rf bench-out
625+
mkdir -p bench-out
624626
bench_merge
625627
cache_upload spartan-bench-$(git rev-parse HEAD^{tree}).tar.gz bench-out/bench.json
626628
;;

yarn-project/bb-prover/src/test/delay_values.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ export const PROOF_DELAY_MS: Record<ProvingRequestType, number> = {
4343
[ProvingRequestType.BLOCK_ROOT_SINGLE_TX_ROLLUP]: 15_000,
4444
[ProvingRequestType.CHECKPOINT_ROOT_ROLLUP]: 35_000,
4545
[ProvingRequestType.CHECKPOINT_PADDING_ROLLUP]: 0,
46-
[ProvingRequestType.PRIVATE_TX_BASE_ROLLUP]: 45_000, // Guess based on public
46+
[ProvingRequestType.PRIVATE_TX_BASE_ROLLUP]: 22_000,
4747
};

0 commit comments

Comments
 (0)