From 789eec43cba35a2dc27720054b282c9422b41a36 Mon Sep 17 00:00:00 2001 From: Pouya Rostam Date: Fri, 27 Oct 2023 10:31:39 -0700 Subject: [PATCH] wip --- .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 a090fa0..77c3244 100644 --- a/.github/workflows/python-perf.yml +++ b/.github/workflows/python-perf.yml @@ -68,7 +68,7 @@ jobs: - name: Test run: > python3 test_falcon_perf.py - --access-key "this-is-a-test-key" + --access-key ${{secrets.PV_VALID_ACCESS_KEY}} --num-test-iterations 20 --performance-threshold-sec ${{matrix.performance_threshold_sec}}