Skip to content

Commit 5a46609

Browse files
authored
fix(bench): upload benchmarks to correct gh repo (#23825)
upload proving benchmarks to benchmarks-result repo
1 parent 780b363 commit 5a46609

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nightly-spartan-bench.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ jobs:
306306
tool: "customSmallerIsBetter"
307307
output-file-path: ./bench-out/bench.json
308308
github-token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
309+
gh-repository: github.com/AztecProtocol/benchmark-page-data
309310
auto-push: true
310311
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
311312
alert-threshold: "120%"

.github/workflows/weekly-proving-bench.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
tool: "customSmallerIsBetter"
152152
output-file-path: ./bench-out/bench.json
153153
github-token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
154+
gh-repository: github.com/AztecProtocol/benchmark-page-data
154155
auto-push: true
155156
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
156157
alert-threshold: "120%"

0 commit comments

Comments
 (0)