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 b3e6275 commit 1db0395Copy full SHA for 1db0395
bench_runner/templates/_benchmark.src.yml
@@ -126,7 +126,6 @@ jobs:
126
- name: Running pyperformance
127
if: ${{ steps.should_run.outputs.should_run != 'false' }}
128
run: |
129
- cpython\$env:BUILD_DEST\python.exe -VV
130
venv\Scripts\python.exe -m bench_runner run_benchmarks benchmark cpython\$env:BUILD_DEST\python.exe ${{ inputs.fork }} ${{ inputs.ref }} ${{ inputs.benchmarks || 'all' }} "${{ env.flags }}" --run_id ${{ github.run_id }}
131
# Pull again, since another job may have committed results in the meantime
132
- name: Pull benchmarking
0 commit comments