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 Feb 7, 2024
1 parent 9b5b2ec commit 0ca633f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ exports[`Web3Context getContextObject should return correct context object 1`] =
},
"_eventsCount": 2,
"_maxListeners": undefined,
Symbol(shapeMode): false,
Symbol(kCapture): false,
Symbol(shapeMode): false,
},
Expand All @@ -68,7 +67,6 @@ exports[`Web3Context getContextObject should return correct context object 1`] =
},
"_eventsCount": 2,
"_maxListeners": undefined,
Symbol(shapeMode): false,
Symbol(kCapture): false,
Symbol(shapeMode): false,
},
Expand Down

1 comment on commit 0ca633f

@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: 0ca633f Previous: 6c075db Ratio
processingTx 9224 ops/sec (±4.69%) 9301 ops/sec (±4.81%) 1.01
processingContractDeploy 41115 ops/sec (±7.18%) 39129 ops/sec (±7.62%) 0.95
processingContractMethodSend 19436 ops/sec (±7.24%) 19443 ops/sec (±5.19%) 1.00
processingContractMethodCall 38809 ops/sec (±6.22%) 38971 ops/sec (±6.34%) 1.00
abiEncode 45129 ops/sec (±6.60%) 44252 ops/sec (±6.92%) 0.98
abiDecode 30913 ops/sec (±8.21%) 30419 ops/sec (±8.89%) 0.98
sign 1610 ops/sec (±3.90%) 1656 ops/sec (±4.08%) 1.03
verify 378 ops/sec (±0.61%) 373 ops/sec (±0.78%) 0.99

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

Please sign in to comment.