Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Luu committed Feb 8, 2024
1 parent 22c773f commit 1d3bfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3/scripts/black_box_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BACKEND=${ORIGARGS[0]}
MODE=${ORIGARGS[1]}
PROVIDER_URL=${ORIGARGS[2]}

SUPPORTED_BACKENDS=("geth" "infura", "hardhat")
SUPPORTED_BACKENDS=("geth" "infura" "hardhat")
SUPPORTED_MODE=("http" "ws")

if [[ ! " ${SUPPORTED_BACKENDS[*]} " =~ " ${BACKEND} " ]]; then
Expand Down

1 comment on commit 1d3bfa4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 1d3bfa4 Previous: 6c075db Ratio
processingTx 9664 ops/sec (±4.33%) 9301 ops/sec (±4.81%) 0.96
processingContractDeploy 41182 ops/sec (±6.96%) 39129 ops/sec (±7.62%) 0.95
processingContractMethodSend 20690 ops/sec (±6.21%) 19443 ops/sec (±5.19%) 0.94
processingContractMethodCall 39872 ops/sec (±5.63%) 38971 ops/sec (±6.34%) 0.98
abiEncode 47847 ops/sec (±6.42%) 44252 ops/sec (±6.92%) 0.92
abiDecode 32373 ops/sec (±7.23%) 30419 ops/sec (±8.89%) 0.94
sign 1649 ops/sec (±2.84%) 1656 ops/sec (±4.08%) 1.00
verify 383 ops/sec (±1.28%) 373 ops/sec (±0.78%) 0.97

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.