|
62 | 62 | git config user.name "github-actions[bot]" |
63 | 63 | git config user.email "github-actions[bot]@users.noreply.github.com" |
64 | 64 |
|
65 | | - BRANCH="benchmark/build-$(date +%Y%m%d-%H%M%S)" |
| 65 | + BRANCH="docs/benchmark-build-$(date +%Y%m%d-%H%M%S)" |
66 | 66 | git checkout -b "$BRANCH" |
67 | 67 | git add generated/BUILD-BENCHMARKS.md README.md |
68 | 68 | git commit -m "docs: update build performance benchmarks" |
@@ -139,7 +139,7 @@ jobs: |
139 | 139 | git config user.name "github-actions[bot]" |
140 | 140 | git config user.email "github-actions[bot]@users.noreply.github.com" |
141 | 141 |
|
142 | | - BRANCH="benchmark/embedding-$(date +%Y%m%d-%H%M%S)" |
| 142 | + BRANCH="docs/benchmark-embedding-$(date +%Y%m%d-%H%M%S)" |
143 | 143 | git checkout -b "$BRANCH" |
144 | 144 | git add generated/EMBEDDING-BENCHMARKS.md |
145 | 145 | git commit -m "docs: update embedding benchmarks" |
@@ -204,7 +204,7 @@ jobs: |
204 | 204 | git config user.name "github-actions[bot]" |
205 | 205 | git config user.email "github-actions[bot]@users.noreply.github.com" |
206 | 206 |
|
207 | | - BRANCH="benchmark/query-$(date +%Y%m%d-%H%M%S)" |
| 207 | + BRANCH="docs/benchmark-query-$(date +%Y%m%d-%H%M%S)" |
208 | 208 | git checkout -b "$BRANCH" |
209 | 209 | git add generated/QUERY-BENCHMARKS.md |
210 | 210 | git commit -m "docs: update query benchmarks" |
@@ -269,7 +269,7 @@ jobs: |
269 | 269 | git config user.name "github-actions[bot]" |
270 | 270 | git config user.email "github-actions[bot]@users.noreply.github.com" |
271 | 271 |
|
272 | | - BRANCH="benchmark/incremental-$(date +%Y%m%d-%H%M%S)" |
| 272 | + BRANCH="docs/benchmark-incremental-$(date +%Y%m%d-%H%M%S)" |
273 | 273 | git checkout -b "$BRANCH" |
274 | 274 | git add generated/INCREMENTAL-BENCHMARKS.md |
275 | 275 | git commit -m "docs: update incremental benchmarks" |
|
0 commit comments