Skip to content

Commit

Permalink
add continuous benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
clinssen authored Oct 2, 2024
1 parent 0778e9a commit 5f3e279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
--branch-reset \
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
--testbed ubuntu-latest \
--adapter python_pytest
--file results.json
--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'
Expand Down

0 comments on commit 5f3e279

Please sign in to comment.