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.
py
python
1 parent 6bb4917 commit 0062fc6Copy full SHA for 0062fc6
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