Skip to content

Commit

Permalink
update a test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Jan 30, 2024
1 parent a6bc23d commit cee695a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ exports[`Web3Context getContextObject should return correct context object 1`] =
},
"_eventsCount": 2,
"_maxListeners": undefined,
Symbol(shapeMode): false,
Symbol(kCapture): false,
},
"_provider": HttpProvider {
Expand All @@ -66,6 +67,7 @@ exports[`Web3Context getContextObject should return correct context object 1`] =
},
"_eventsCount": 2,
"_maxListeners": undefined,
Symbol(shapeMode): false,
Symbol(kCapture): false,
},
"_provider": HttpProvider {
Expand Down

1 comment on commit cee695a

@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: cee695a Previous: 6c075db Ratio
processingTx 9435 ops/sec (±4.25%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 39799 ops/sec (±10.56%) 39129 ops/sec (±7.62%) 0.98
processingContractMethodSend 20627 ops/sec (±4.71%) 19443 ops/sec (±5.19%) 0.94
processingContractMethodCall 40349 ops/sec (±5.09%) 38971 ops/sec (±6.34%) 0.97
abiEncode 44670 ops/sec (±7.19%) 44252 ops/sec (±6.92%) 0.99
abiDecode 31059 ops/sec (±6.97%) 30419 ops/sec (±8.89%) 0.98
sign 1659 ops/sec (±0.98%) 1656 ops/sec (±4.08%) 1.00
verify 379 ops/sec (±0.62%) 373 ops/sec (±0.78%) 0.98

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

Please sign in to comment.