Skip to content

Commit 57740a0

Browse files
authored
Merge branch 'main' into fix-longitudinal-plots
2 parents 72ec97c + 26995f4 commit 57740a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bench_runner/templates/_benchmark.src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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: |

bench_runner/templates/benchmark.src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 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:

0 commit comments

Comments
 (0)