Skip to content

Commit 63da90b

Browse files
committed
updated
1 parent 1d9c56d commit 63da90b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/actions/performance-tests/art.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ scenarios:
2424
- name: web3_clientVersion
2525
flow:
2626
- post:
27-
url: "/"
27+
url: "/xxx"
2828
json:
2929
id: 1
3030
jsonrpc: "2.0"
31-
method: "web3_clientVersion" # Deliberate typo to force failure
31+
method: "web3_clientVersionxxxx" # Deliberate typo to force failure
3232
params: []
3333
capture:
3434
- json: "$"

.github/workflows/ci-nightly-performance-testing.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919

2020
- name: "START:LOCAL:NET:WITH:STATE"
2121
run: |
22-
make start-e2e-test
23-
#make start-e2e-import-mainnet-test
22+
make start-e2e-import-mainnet-test
2423
2524
- name: "INSTALL:ARTILLERY"
2625
run: |

0 commit comments

Comments
 (0)