File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
git gc
74
74
- name : Building Python and running pyperformance
75
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 }}
76
+ 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
77
# Pull again, since another job may have committed results in the meantime
78
78
- name : Pull benchmarking
79
79
run : |
Original file line number Diff line number Diff line change 1
1
---
2
2
name : benchmark
3
- run-name : benchmarking ${{ inputs.fork }}/${{ inputs.ref }}
3
+ run-name : benchmarking ${{ inputs.fork }}/${{ inputs.ref }} on ${{ inputs.machine }}
4
4
5
5
" on " :
6
6
workflow_dispatch :
You can’t perform that action at this time.
0 commit comments