From c901dafb968826ddf5da4973fd5e2c1708248e47 Mon Sep 17 00:00:00 2001 From: Grant Zukel Date: Mon, 1 Jul 2024 10:34:45 -0600 Subject: [PATCH] updated --- .github/actions/performance-tests/art.yaml | 4 ++-- .github/workflows/ci-nightly-performance-testing.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/performance-tests/art.yaml b/.github/actions/performance-tests/art.yaml index 70d2ba1f85..185b2565ad 100644 --- a/.github/actions/performance-tests/art.yaml +++ b/.github/actions/performance-tests/art.yaml @@ -24,11 +24,11 @@ scenarios: - name: web3_clientVersion flow: - post: - url: "/" + url: "/xxxx" json: id: 1 jsonrpc: "2.0" - method: "web3_clientVersion" + method: "web3_clientVersionxxx" params: [] capture: - json: "$" diff --git a/.github/workflows/ci-nightly-performance-testing.yaml b/.github/workflows/ci-nightly-performance-testing.yaml index d0c291387a..c4a9a19bf6 100644 --- a/.github/workflows/ci-nightly-performance-testing.yaml +++ b/.github/workflows/ci-nightly-performance-testing.yaml @@ -59,7 +59,7 @@ jobs: path: ./artillery_report.html - name: "NOTIFY:SLACK:FAILURE" - if: failure() || github.event_name == 'schedule' + #if: failure() && github.event_name == 'schedule' uses: 8398a7/action-slack@v3 with: status: ${{ job.status }}