Commit 8c4b00d
authored
ASV custom build command and file-based benchmark triggers (#5776)
* Trigger benchmarks if lock files have changed.
* Check for 'true' string not boolean
* Temporarily disable other CI.
* Limit branch actions to pull requests
* Unified continue check.
* Benchmarks temporary debug mode.
* Demonstrate lock file trigger for benchmarks.
* Demonstrate overnight mode.
* Revert "Demonstrate overnight mode."
This reverts commit fbb4ab7.
* Revert "Demonstrate lock file trigger for benchmarks."
This reverts commit 5522251.
* Minor visual improvements.
* Explanatory notes.
* Revert "Benchmarks temporary debug mode."
This reverts commit 8f097b1.
* Revert "Temporarily disable other CI."
This reverts commit 621a774.
* Fix docs indentation.
* Custom ASV build command using setup.py.
* Remove ASV pin.
* Don't trigger benchmarks when pyproject.toml changes.
* More accurate name for files-changed step.
* Don't have a continue output.
* Remove confusing variable name clash.
* Update What's New entry.1 parent 6bc9adb commit 8c4b00d
File tree
6 files changed
+60
-18
lines changed- .github
- workflows
- benchmarks
- docs/src/whatsnew
6 files changed
+60
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | | - | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
22 | 53 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
28 | 59 | | |
29 | 60 | | |
30 | 61 | | |
| |||
42 | 73 | | |
43 | 74 | | |
44 | 75 | | |
45 | | - | |
| 76 | + | |
46 | 77 | | |
47 | 78 | | |
48 | 79 | | |
| |||
76 | 107 | | |
77 | 108 | | |
78 | 109 | | |
79 | | - | |
| 110 | + | |
80 | 111 | | |
81 | 112 | | |
82 | 113 | | |
| |||
85 | 116 | | |
86 | 117 | | |
87 | 118 | | |
88 | | - | |
| 119 | + | |
89 | 120 | | |
90 | 121 | | |
91 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments