Skip to content

Commit

Permalink
update AccountNum
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Oct 5, 2023
1 parent 204a876 commit 0a53d0f
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 @@ -4,7 +4,7 @@

STARCOIN_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && cd .. && pwd)"
TXN_NUMS=500000
ACCOUNT_NUMS=1000000
ACCOUNT_NUMS=10000

if [[ "$OSTYPE" == "linux-gnu"* ]]; then
# Linux
Expand Down Expand Up @@ -39,4 +39,4 @@ IFS=','
power_of_two_str="${power_of_two_array[*]}"

#echo "Power of two array: ${power_of_two_str[@]}"
eval RUST_LOG=info cargo run --release -p "starcoin-transaction-benchmarks" --features fuzzing -- --concurrency-level "24" --txn-nums "$TXN_NUMS" --account-nums="$ACCOUNT_NUMS"
eval RUST_LOG=info cargo run --release -p "starcoin-transaction-benchmarks" --features fuzzing -- --concurrency-level "36" --txn-nums "$TXN_NUMS" --account-nums="$ACCOUNT_NUMS"

0 comments on commit 0a53d0f

Please sign in to comment.