Skip to content

Commit

Permalink
change to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Dec 15, 2023
1 parent 7316bad commit e32aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
# Workflow will fail when an alert happens
fail-on-alert: true
# Enable alert commit comment
alert-threshold: '200%'
alert-threshold: '100%'
comment-always: false
- name: Save main branch benchmark data
uses: actions/cache/save@v3
Expand Down

1 comment on commit e32aeea

@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: e32aeea Previous: 96f1a7e Ratio
processingTx 9384 ops/sec (±4.39%) 8372 ops/sec (±4.49%) 0.89
processingContractDeploy 39262 ops/sec (±7.59%)
processingContractMethodSend 20230 ops/sec (±4.58%)
processingContractMethodCall 40335 ops/sec (±5.04%)
abiEncode 46879 ops/sec (±6.87%) 38716 ops/sec (±8.96%) 0.83
abiDecode 33670 ops/sec (±7.31%) 28847 ops/sec (±6.08%) 0.86
sign 1620 ops/sec (±3.40%) 1525 ops/sec (±4.37%) 0.94
verify 388 ops/sec (±0.41%) 356 ops/sec (±2.46%) 0.92

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

Please sign in to comment.