Skip to content

Commit

Permalink
enable pre-estimate by default in testground
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Sep 12, 2024
1 parent e7b405d commit 8a1d97e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testground/benchmark/benchmark/peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def patch_configs(home: Path, group: str, peers: str, block_executor: str):
"memiavl.enable": True,
"mempool.max-txs": MEMPOOL_SIZE,
"evm.block-executor": block_executor,
"evm.block-stm-pre-estimate": True,
"json-rpc.enable-indexer": True,
}
if block_executor == "block-stm":
Expand Down

0 comments on commit 8a1d97e

Please sign in to comment.