We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfb40e commit 2119f97Copy full SHA for 2119f97
.github/workflows/ci-cd.yml
@@ -482,6 +482,8 @@ jobs:
482
run: python -Im pip install '${{ steps.wheel-file.outputs.path }}'
483
- name: Run benchmarks
484
uses: CodSpeedHQ/action@v3
485
+ env:
486
+ PYTHONHASHSEED: 42
487
with:
488
token: ${{ secrets.CODSPEED_TOKEN }}
489
run: python -Im pytest --no-cov -vvvvv --codspeed
CHANGES/1202.contrib.rst
@@ -0,0 +1 @@
1
+Set up ``PYTHONHASHSEED`` for benchmarks execution to make measured times stable -- by :user:`asvetlov`.
0 commit comments