Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Jun 29, 2024
1 parent 1d9c56d commit 63da90b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/performance-tests/art.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ scenarios:
- name: web3_clientVersion
flow:
- post:
url: "/"
url: "/xxx"
json:
id: 1
jsonrpc: "2.0"
method: "web3_clientVersion" # Deliberate typo to force failure
method: "web3_clientVersionxxxx" # Deliberate typo to force failure
params: []
capture:
- json: "$"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci-nightly-performance-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:

- name: "START:LOCAL:NET:WITH:STATE"
run: |
make start-e2e-test
#make start-e2e-import-mainnet-test
make start-e2e-import-mainnet-test
- name: "INSTALL:ARTILLERY"
run: |
Expand Down

0 comments on commit 63da90b

Please sign in to comment.