github/actions: set PERF_TEST_RESULT_CONNSTR from secrets (#2040)

This commit is contained in:
Alexander Bayandin
2022-07-06 19:24:06 +01:00
committed by GitHub
parent 4a96259bdd
commit 1faf49da0f

View File

@@ -271,6 +271,8 @@ jobs:
test_selection: performance
run_in_parallel: false
save_perf_report: true
env:
PERF_TEST_RESULT_CONNSTR: "${{ secrets.PERF_TEST_RESULT_CONNSTR }}"
# XXX: no coverage data handling here, since benchmarks are run on release builds,
# while coverage is currently collected for the debug ones