|
9 | 9 | workflow_call:
|
10 | 10 | inputs:
|
11 | 11 | fork:
|
12 |
| - description: 'Fork of cpython to benchmark' |
| 12 | + description: "Fork of cpython to benchmark" |
13 | 13 | type: string
|
14 | 14 | ref:
|
15 |
| - description: 'Branch, tag or (full) SHA commit to benchmark' |
| 15 | + description: "Branch, tag or (full) SHA commit to benchmark" |
16 | 16 | type: string
|
17 | 17 | machine:
|
18 |
| - description: 'Machine to run on' |
| 18 | + description: "Machine to run on" |
19 | 19 | type: string
|
20 | 20 | benchmarks:
|
21 |
| - description: 'Benchmarks to run (comma-separated; empty runs all benchmarks)' |
| 21 | + description: "Benchmarks to run (comma-separated; empty runs all benchmarks)" |
22 | 22 | type: string
|
23 | 23 | pgo:
|
24 |
| - description: 'Build with PGO' |
| 24 | + description: "Build with PGO" |
25 | 25 | type: boolean
|
26 | 26 | dry_run:
|
27 |
| - description: 'Dry run: Do not commit to the repo' |
| 27 | + description: "Dry run: Do not commit to the repo" |
28 | 28 | type: boolean
|
29 | 29 | force:
|
30 |
| - description: 'Rerun and replace results if commit already exists' |
| 30 | + description: "Rerun and replace results if commit already exists" |
31 | 31 | type: boolean
|
32 | 32 | perf:
|
33 |
| - description: 'Collect Linux perf profiling data (Linux only)' |
| 33 | + description: "Collect Linux perf profiling data (Linux only)" |
34 | 34 | type: boolean
|
35 | 35 |
|
36 | 36 | workflow_dispatch:
|
37 | 37 | inputs:
|
38 | 38 | fork:
|
39 |
| - description: 'Fork of cpython to benchmark' |
| 39 | + description: "Fork of cpython to benchmark" |
40 | 40 | type: string
|
41 |
| - default: 'python' |
| 41 | + default: "python" |
42 | 42 | ref:
|
43 |
| - description: 'Branch, tag or (full) SHA commit to benchmark' |
| 43 | + description: "Branch, tag or (full) SHA commit to benchmark" |
44 | 44 | type: string
|
45 |
| - default: 'main' |
| 45 | + default: "main" |
46 | 46 | machine:
|
47 |
| - description: 'Machine to run on' |
48 |
| - default: 'linux-amd64' |
| 47 | + description: "Machine to run on" |
| 48 | + default: "linux-amd64" |
49 | 49 | type: choice
|
50 | 50 | options:
|
51 | 51 | - linux-amd64
|
52 | 52 | - windows-amd64
|
53 | 53 | - darwin-arm64
|
54 | 54 | - all
|
55 | 55 | benchmarks:
|
56 |
| - description: 'Benchmarks to run (comma-separated; empty runs all benchmarks)' |
| 56 | + description: "Benchmarks to run (comma-separated; empty runs all benchmarks)" |
57 | 57 | type: string
|
58 | 58 | pgo:
|
59 |
| - description: 'Build with PGO' |
| 59 | + description: "Build with PGO" |
60 | 60 | type: boolean
|
61 | 61 | dry_run:
|
62 |
| - description: 'Dry run: Do not commit to the repo' |
| 62 | + description: "Dry run: Do not commit to the repo" |
63 | 63 | type: boolean
|
64 | 64 | force:
|
65 |
| - description: 'Rerun and replace results if commit already exists' |
| 65 | + description: "Rerun and replace results if commit already exists" |
66 | 66 | type: boolean
|
67 | 67 | perf:
|
68 |
| - description: 'Collect Linux perf profiling data (Linux only)' |
| 68 | + description: "Collect Linux perf profiling data (Linux only)" |
69 | 69 | type: boolean
|
70 | 70 |
|
71 | 71 | jobs:
|
@@ -151,7 +151,7 @@ jobs:
|
151 | 151 | - uses: actions/checkout@v3
|
152 | 152 | - uses: actions/setup-python@v4
|
153 | 153 | with:
|
154 |
| - python-version: '3.10' |
| 154 | + python-version: "3.10" |
155 | 155 | cache: pip
|
156 | 156 | - uses: actions/checkout@v3
|
157 | 157 | with:
|
|
0 commit comments