File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 git gc
7474 - name : Building Python and running pyperformance
7575 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 }}
7777 # Pull again, since another job may have committed results in the meantime
7878 - name : Pull benchmarking
7979 run : |
Original file line number Diff line number Diff line change 11---
22name : benchmark
3- run-name : benchmarking ${{ inputs.fork }}/${{ inputs.ref }}
3+ run-name : benchmarking ${{ inputs.fork }}/${{ inputs.ref }} on ${{ inputs.machine }}
44
55" on " :
66 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments