Skip to content

Commit 03a36e7

Browse files
committed
feat(test,fill): add --durations to release runs; some tests are holding workers
1 parent a9fc85e commit 03a36e7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/configs/feature.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# Unless filling for special features, all features should fill for previous forks (starting from Frontier) too
22
stable:
33
evm-type: stable
4-
fill-params: --no-html --skip-summary --until=Prague --fill-static-tests --ignore=tests/static/state_tests/stQuadraticComplexityTest
4+
fill-params: --until=Prague --fill-static-tests --ignore=tests/static/state_tests/stQuadraticComplexityTest --no-html --skip-summary --durations=50
55

66
develop:
77
evm-type: develop
8-
fill-params: --no-html --skip-summary --until=BPO4 --fill-static-tests --ignore=tests/static/state_tests/stQuadraticComplexityTest
8+
fill-params: --until=BPO4 --fill-static-tests --ignore=tests/static/state_tests/stQuadraticComplexityTest --no-html --skip-summary --durations=50
99

1010
benchmark:
1111
evm-type: benchmark
12-
fill-params: --no-html --skip-summary --fork=Prague --gas-benchmark-values 1,5,10,30,60,100,150 -m benchmark ./tests/benchmark
12+
fill-params: --fork=Prague --gas-benchmark-values 1,5,10,30,60,100,150 -m benchmark ./tests/benchmark --no-html --skip-summary --durations=50
1313

1414
benchmark_develop:
1515
evm-type: benchmark
16-
fill-params: --no-html --skip-summary --fork=Osaka --gas-benchmark-values 1,5,10,30,60,100,150 -m "benchmark" ./tests/benchmark
16+
fill-params: --fork=Osaka --gas-benchmark-values 1,5,10,30,60,100,150 -m "benchmark" ./tests/benchmark --no-html --skip-summary --durations=50
1717
feature_only: true
1818

1919
benchmark_fast:
2020
evm-type: benchmark
21-
fill-params: --no-html --skip-summary --fork=Prague --gas-benchmark-values 100 -m "benchmark" ./tests/benchmark
21+
fill-params: --fork=Prague --gas-benchmark-values 100 -m "benchmark" ./tests/benchmark --no-html --skip-summary --durations=50
2222
feature_only: true
2323

2424
bal:
2525
evm-type: develop
26-
fill-params: --no-html --skip-summary --fork=Amsterdam --fill-static-tests
26+
fill-params: --fork=Amsterdam --fill-static-tests --no-html --skip-summary --durations=50
2727
feature_only: true

0 commit comments

Comments
 (0)