Skip to content

Commit

Permalink
other(benchmarks): Temporary lower concurency
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Oct 20, 2023
1 parent fb751b1 commit 5354d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/run-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ sleep 10
--runtime.chain_id "${GATEWAY__CHAIN_ID}" \
--gateway_url "http://localhost:8545" \
--benchmarks evm_transfer,evm_blockNumber,evm_balance \
--benchmarks.concurrency 300
--benchmarks.concurrency 10 # Temporary low concurrency due to p2p parameters being not configurable.

0 comments on commit 5354d7d

Please sign in to comment.