From d2cccc062d99c0db136e439239bd9dc820767c3e Mon Sep 17 00:00:00 2001 From: clinssen Date: Wed, 2 Oct 2024 18:38:05 +0200 Subject: [PATCH] add continuous benchmarking --- .github/workflows/continuous_benchmarking.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_benchmarking.yml b/.github/workflows/continuous_benchmarking.yml index 71e78caea..995dca26c 100644 --- a/.github/workflows/continuous_benchmarking.yml +++ b/.github/workflows/continuous_benchmarking.yml @@ -84,7 +84,7 @@ jobs: --adapter python_pytest \ --file results.json \ --err \ - 'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${{ env.NEST_INSTALL }}/lib/nest python3 -m pytest -s $GITHUB_WORKSPACE/tests/nest_tests/stdp_nn_synapse_test.py' + 'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${{ env.NEST_INSTALL }}/lib/nest python3 -m pytest --benchmark-json results.json -s $GITHUB_WORKSPACE/tests/nest_tests/stdp_nn_synapse_test.py' - name: Setup tmate session if: ${{ failure() }}