Commit 466af02
committed
Integrate benchmark building into existing build workflows
Instead of having separate workflow files for each platform's benchmarks,
integrate benchmark building as a new job in the existing build-reusable
workflow. This approach:
- Reduces workflow file duplication
- Reuses existing build caches for efficiency
- Makes benchmarks depend on successful main build
- Maintains benchmark builds across all platforms
Changes:
- Added build-benches job to build-reusable.yaml
- Removed 8 separate bench-*.yaml workflow files
- build-benches depends on build job and reuses its cache
- Updated CHANGELOG to reflect the integration approach1 parent 81b6617 commit 466af02
File tree
10 files changed
+30
-184
lines changed- .github/workflows
10 files changed
+30
-184
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
134 | 161 | | |
135 | 162 | | |
136 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments