-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add gas conditional if simple transaction (#7043)
* add gas conditional if simple transaction * update * format and add changelog * format * format * add test * fix test
- Loading branch information
Alex
authored
May 21, 2024
1 parent
2f73aa5
commit 32b6b29
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32b6b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
processingTx
9175
ops/sec (±3.74%
)9204
ops/sec (±3.98%
)1.00
processingContractDeploy
39773
ops/sec (±6.82%
)38039
ops/sec (±7.10%
)0.96
processingContractMethodSend
19448
ops/sec (±6.66%
)19205
ops/sec (±6.35%
)0.99
processingContractMethodCall
38565
ops/sec (±6.00%
)40094
ops/sec (±5.17%
)1.04
abiEncode
44084
ops/sec (±7.26%
)43919
ops/sec (±6.46%
)1.00
abiDecode
30319
ops/sec (±8.09%
)29754
ops/sec (±7.79%
)0.98
sign
1589
ops/sec (±0.87%
)1568
ops/sec (±0.52%
)0.99
verify
373
ops/sec (±0.58%
)372
ops/sec (±0.68%
)1.00
This comment was automatically generated by workflow using github-action-benchmark.
32b6b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
processingTx
9127
ops/sec (±3.93%
)9204
ops/sec (±3.98%
)1.01
processingContractDeploy
38174
ops/sec (±6.85%
)38039
ops/sec (±7.10%
)1.00
processingContractMethodSend
19643
ops/sec (±6.67%
)19205
ops/sec (±6.35%
)0.98
processingContractMethodCall
39588
ops/sec (±5.50%
)40094
ops/sec (±5.17%
)1.01
abiEncode
44820
ops/sec (±6.55%
)43919
ops/sec (±6.46%
)0.98
abiDecode
30431
ops/sec (±7.47%
)29754
ops/sec (±7.79%
)0.98
sign
1586
ops/sec (±0.75%
)1568
ops/sec (±0.52%
)0.99
verify
369
ops/sec (±0.54%
)372
ops/sec (±0.68%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.