Skip to content

Commit ee83478

Browse files
authored
chore: reduce number of run done by tx pool benchmark (#18131)
2 parents 65453aa + d8e7ae3 commit ee83478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/p2p/src/mem_pools/tx_pool/tx_pool_bench.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import type { TxPool } from './tx_pool.js';
2424
const TEST_TIMEOUT = 150_000;
2525
jest.setTimeout(TEST_TIMEOUT);
2626

27-
const RUNS = 50;
27+
const RUNS = 10;
2828
const batchSizes = [
2929
// regular gossip
3030
1,

0 commit comments

Comments
 (0)