Skip to content

Commit

Permalink
parallel level
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Oct 7, 2023
1 parent 22d8c9c commit 52d4b70
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 @@ -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 "$power_of_two_array" --txn-nums "$TXN_NUMS" --account-nums="$ACCOUNT_NUMS"
eval RUST_LOG=info cargo run --release -p "starcoin-transaction-benchmarks" --features fuzzing -- --concurrency-level "32" --txn-nums "$TXN_NUMS" --account-nums="$ACCOUNT_NUMS"

0 comments on commit 52d4b70

Please sign in to comment.