From da1f756bc83b5c7164e158a280090fc48376b76a Mon Sep 17 00:00:00 2001 From: HuangYi Date: Fri, 18 Oct 2024 16:08:52 +0800 Subject: [PATCH] fix config --- testground/benchmark/benchmark/stateless.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testground/benchmark/benchmark/stateless.py b/testground/benchmark/benchmark/stateless.py index c42aa2140a..538a0d1415 100644 --- a/testground/benchmark/benchmark/stateless.py +++ b/testground/benchmark/benchmark/stateless.py @@ -147,6 +147,7 @@ def _gen( "num_txs": num_txs, "num_idle": num_idle, "tx_type": tx_type, + "batch_size": batch_size, "validator_generate_load": validator_generate_load, } (outdir / "config.json").write_text(json.dumps(cfg))