-
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.
allowing to specify percentage-based factors (like 1.125 for 112.5%) (#…
…7332) * allowing to specify percentage-based factors (like 1.125 for 112.5%) * added change log * implemented with backward compatibility for any existing users logic handled according to number or bigint added unit test * Adjusted method description --------- Co-authored-by: I744506 <temirlan.basitov@sap.com>
- Loading branch information
1 parent
efac906
commit 69d83e7
Showing
3 changed files
with
85 additions
and
38 deletions.
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
69d83e7
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
22353
ops/sec (±7.82%
)23741
ops/sec (±5.98%
)1.06
processingContractDeploy
37636
ops/sec (±7.55%
)39369
ops/sec (±11.37%
)1.05
processingContractMethodSend
15415
ops/sec (±6.99%
)17405
ops/sec (±6.68%
)1.13
processingContractMethodCall
28129
ops/sec (±6.61%
)28770
ops/sec (±6.60%
)1.02
abiEncode
42413
ops/sec (±7.80%
)44377
ops/sec (±8.86%
)1.05
abiDecode
30494
ops/sec (±7.44%
)31118
ops/sec (±7.50%
)1.02
sign
1487
ops/sec (±3.26%
)1604
ops/sec (±0.56%
)1.08
verify
364
ops/sec (±0.46%
)369
ops/sec (±2.79%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.