Skip to content

Commit

Permalink
Remove tables in codecov (#7123)
Browse files Browse the repository at this point in the history
* remove todo

* update codecov yml

* trigger codecov

* remove test code

* remove console log
  • Loading branch information
Alex committed Jun 25, 2024
1 parent 6e4f39d commit 8b11192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ component_management:
- /packages/web3-validator/src/

comment:
layout: 'header, diff, flags, components'
layout: 'header, diff, flags'
behavior: 'default'
require_changes: false
require_base: no
Expand Down

1 comment on commit 8b11192

@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: 8b11192 Previous: 6e4f39d Ratio
processingTx 8995 ops/sec (±3.98%) 8705 ops/sec (±5.19%) 0.97
processingContractDeploy 36613 ops/sec (±7.87%) 40083 ops/sec (±5.33%) 1.09
processingContractMethodSend 15517 ops/sec (±7.51%) 15329 ops/sec (±9.46%) 0.99
processingContractMethodCall 26346 ops/sec (±8.33%) 27958 ops/sec (±5.85%) 1.06
abiEncode 43217 ops/sec (±6.80%) 43056 ops/sec (±7.62%) 1.00
abiDecode 29753 ops/sec (±7.55%) 29540 ops/sec (±10.54%) 0.99
sign 1507 ops/sec (±0.68%) 1523 ops/sec (±3.68%) 1.01
verify 364 ops/sec (±0.46%) 364 ops/sec (±0.81%) 1

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

Please sign in to comment.