Skip to content

Commit

Permalink
fix yml (#6803)
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos authored Feb 9, 2024
1 parent 9f31612 commit 6da7379
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Docs CloudFlare Deploy
on:
push:
branches:
- "4.x"
tags-ignore:
tags-ignore:
- v4*

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

1 comment on commit 6da7379

@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: 6da7379 Previous: 6c075db Ratio
processingTx 9230 ops/sec (±4.43%) 9301 ops/sec (±4.81%) 1.01
processingContractDeploy 39718 ops/sec (±7.70%) 39129 ops/sec (±7.62%) 0.99
processingContractMethodSend 19419 ops/sec (±7.63%) 19443 ops/sec (±5.19%) 1.00
processingContractMethodCall 40196 ops/sec (±5.43%) 38971 ops/sec (±6.34%) 0.97
abiEncode 45198 ops/sec (±7.07%) 44252 ops/sec (±6.92%) 0.98
abiDecode 31376 ops/sec (±7.73%) 30419 ops/sec (±8.89%) 0.97
sign 1605 ops/sec (±3.33%) 1656 ops/sec (±4.08%) 1.03
verify 381 ops/sec (±0.46%) 373 ops/sec (±0.78%) 0.98

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

Please sign in to comment.