Skip to content

Commit

Permalink
update build and test ci TXN_NUMS 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Sep 19, 2023
1 parent 6023dd1 commit 2645b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/benchmark_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#RUST_LOG=info cargo bench --features fuzzing -p 'starcoin-transaction-benchmarks'

STARCOIN_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && cd .. && pwd)"
TXN_NUMS=100000
TXN_NUMS=1000
ACCOUNT_NUMS=2,10,100

if [[ "$OSTYPE" == "linux-gnu"* ]]; then
Expand Down

0 comments on commit 2645b43

Please sign in to comment.