Skip to content

Commit

Permalink
[benchmark] Add the case of parallel benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Sep 19, 2023
1 parent 2645b43 commit bce6290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/benchmark_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#RUST_LOG=info cargo bench --features fuzzing -p 'starcoin-transaction-benchmarks'

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

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

0 comments on commit bce6290

Please sign in to comment.