Skip to content

Commit

Permalink
update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Feb 7, 2024
1 parent 9cb1a3f commit 3aecfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-core/test/unit/web3_context.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('Web3Context', () => {
const context = new Context1('http://test/abc');

// The following is because a specific property is different in node 18 than it is in node 20 and 21
// So the problematic property is removed from the object and the added to ensure its consistent location
// So the problematic property is removed from the object and then added to ensure its presence and its location
// And the snapshot is updated to reflect the change.
// Once node 18 is no longer supported, this can be removed. And the snapshot need to be updated then.

Expand Down

1 comment on commit 3aecfa4

@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: 3aecfa4 Previous: 6c075db Ratio
processingTx 9419 ops/sec (±4.60%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 41248 ops/sec (±7.17%) 39129 ops/sec (±7.62%) 0.95
processingContractMethodSend 20293 ops/sec (±4.71%) 19443 ops/sec (±5.19%) 0.96
processingContractMethodCall 39174 ops/sec (±6.18%) 38971 ops/sec (±6.34%) 0.99
abiEncode 46489 ops/sec (±6.59%) 44252 ops/sec (±6.92%) 0.95
abiDecode 31492 ops/sec (±7.28%) 30419 ops/sec (±8.89%) 0.97
sign 1653 ops/sec (±0.72%) 1656 ops/sec (±4.08%) 1.00
verify 369 ops/sec (±2.95%) 373 ops/sec (±0.78%) 1.01

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

Please sign in to comment.