Skip to content

Commit

Permalink
chore: Reduce size for rollup benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Feb 29, 2024
1 parent 002e042 commit cf8bd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/circuit-types/src/stats/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export * from './benchmarks.js';
/** Block sizes to use for benchmark tests on multiple block sizes. */
export const BENCHMARK_BLOCK_SIZES = process.env.BENCHMARK_BLOCK_SIZES
? process.env.BENCHMARK_BLOCK_SIZES.split(',').map(Number)
: [8, 32, 128];
: [8, 32, 64];

/** Block size to use for building chains of multiple blocks. */
export const BENCHMARK_HISTORY_BLOCK_SIZE = process.env.BENCHMARK_HISTORY_BLOCK_SIZE
Expand Down

0 comments on commit cf8bd85

Please sign in to comment.