We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9c56d commit 63da90bCopy full SHA for 63da90b
.github/actions/performance-tests/art.yaml
@@ -24,11 +24,11 @@ scenarios:
24
- name: web3_clientVersion
25
flow:
26
- post:
27
- url: "/"
+ url: "/xxx"
28
json:
29
id: 1
30
jsonrpc: "2.0"
31
- method: "web3_clientVersion" # Deliberate typo to force failure
+ method: "web3_clientVersionxxxx" # Deliberate typo to force failure
32
params: []
33
capture:
34
- json: "$"
.github/workflows/ci-nightly-performance-testing.yaml
@@ -19,8 +19,7 @@ jobs:
19
20
- name: "START:LOCAL:NET:WITH:STATE"
21
run: |
22
- make start-e2e-test
23
- #make start-e2e-import-mainnet-test
+ make start-e2e-import-mainnet-test
- name: "INSTALL:ARTILLERY"
0 commit comments