From 6f385a7f4fac2fce015609d1c932890594a86799 Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Thu, 1 Feb 2024 12:06:52 -0800 Subject: [PATCH] fix --- .github/workflows/python-perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-perf.yml b/.github/workflows/python-perf.yml index beaecd5..2a460bc 100644 --- a/.github/workflows/python-perf.yml +++ b/.github/workflows/python-perf.yml @@ -65,7 +65,7 @@ jobs: run: pip install -r requirements.txt - name: Test - run: python test_cobra_perf.py ${{secrets.PV_VALID_ACCESS_KEY}} 100 ${{matrix.performance_threshold_sec}} ${{matrix.init_performance_threshold_sec}} + run: python test_cobra_perf.py ${{secrets.PV_VALID_ACCESS_KEY}} 100 ${{matrix.performance_threshold_sec}} perf-self-hosted: runs-on: ${{ matrix.machine }}