Skip to content

Commit

Permalink
temp allow black box tests to always run
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Jan 5, 2024
1 parent 9f08d08 commit a133760
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/black_box_tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: 'Black Box Tests'
on:
push:
branches:
- '4.x'
push:
branches:
- '4.x'
tags:
- v4*
pull_request:
branches:
- '4.x'
types: [opened, reopened, synchronize]

jobs:
build:
Expand Down

1 comment on commit a133760

@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: a133760 Previous: 6c075db Ratio
processingTx 9143 ops/sec (±3.81%) 9301 ops/sec (±4.81%) 1.02
processingContractDeploy 36108 ops/sec (±8.32%) 39129 ops/sec (±7.62%) 1.08
processingContractMethodSend 18156 ops/sec (±7.78%) 19443 ops/sec (±5.19%) 1.07
processingContractMethodCall 38058 ops/sec (±5.86%) 38971 ops/sec (±6.34%) 1.02
abiEncode 43130 ops/sec (±7.46%) 44252 ops/sec (±6.92%) 1.03
abiDecode 29794 ops/sec (±7.60%) 30419 ops/sec (±8.89%) 1.02
sign 1605 ops/sec (±0.69%) 1656 ops/sec (±4.08%) 1.03
verify 365 ops/sec (±2.65%) 373 ops/sec (±0.78%) 1.02

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

Please sign in to comment.