From 5987954b0b3bd71a57fb683ad7c0f61d21048069 Mon Sep 17 00:00:00 2001 From: welbon Date: Wed, 11 Oct 2023 17:38:06 +0800 Subject: [PATCH] commit for test --- scripts/benchmark_parallel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/benchmark_parallel.sh b/scripts/benchmark_parallel.sh index 9cd20a7a4a..a4400efef1 100755 --- a/scripts/benchmark_parallel.sh +++ b/scripts/benchmark_parallel.sh @@ -4,7 +4,7 @@ STARCOIN_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && cd .. && pwd)" TXN_NUMS=5000,10000,50000,100000,500000 -ACCOUNT_NUMS=1000,10000,100000 +ACCOUNT_NUMS=2,10,100,1000,5000,10000,50000,100000 if [[ "$OSTYPE" == "linux-gnu"* ]]; then # Linux