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.
2 parents 3140ba6 + 0062fc6 commit 26995f4Copy full SHA for 26995f4
bench_runner/templates/_benchmark.src.yml
@@ -73,7 +73,7 @@ jobs:
73
git gc
74
- name: Building Python and running pyperformance
75
run: |
76
- python workflow_bootstrap.py ${{ inputs.fork }} ${{ inputs.ref }} ${{ inputs.machine }} ${{ inputs.benchmarks || 'all' }} "${{ env.flags }}" ${{ inputs.force && '--force' || '' }} ${{ inputs.pgo && '--pgo' || '' }} --run_id ${{ github.run_id }}
+ py workflow_bootstrap.py ${{ inputs.fork }} ${{ inputs.ref }} ${{ inputs.machine }} ${{ inputs.benchmarks || 'all' }} "${{ env.flags }}" ${{ inputs.force && '--force' || '' }} ${{ inputs.pgo && '--pgo' || '' }} --run_id ${{ github.run_id }}
77
# Pull again, since another job may have committed results in the meantime
78
- name: Pull benchmarking
79
0 commit comments