Skip to content

Commit

Permalink
revert PR run
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Feb 8, 2024
1 parent fde8353 commit e0f19f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
- "4.x"
tags-ignore:
- v4*
pull_request:
branches:
- '4.x'
types: [ opened, reopened, synchronize ]

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

1 comment on commit e0f19f5

@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: e0f19f5 Previous: 6c075db Ratio
processingTx 9542 ops/sec (±4.28%) 9301 ops/sec (±4.81%) 0.97
processingContractDeploy 40412 ops/sec (±7.50%) 39129 ops/sec (±7.62%) 0.97
processingContractMethodSend 19962 ops/sec (±7.00%) 19443 ops/sec (±5.19%) 0.97
processingContractMethodCall 39898 ops/sec (±5.76%) 38971 ops/sec (±6.34%) 0.98
abiEncode 47018 ops/sec (±6.34%) 44252 ops/sec (±6.92%) 0.94
abiDecode 32486 ops/sec (±8.26%) 30419 ops/sec (±8.89%) 0.94
sign 1660 ops/sec (±3.40%) 1656 ops/sec (±4.08%) 1.00
verify 383 ops/sec (±0.73%) 373 ops/sec (±0.78%) 0.97

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

Please sign in to comment.