Skip to content

Commit

Permalink
Add auto-push to benchmarks branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
MadVikingGod committed Sep 28, 2023
1 parent 0143a07 commit 58ab832
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Benchmark
on:
push:
tags:
tags:
- v1.*
workflow_dispatch:

Expand Down Expand Up @@ -31,6 +31,8 @@ jobs:
tool: 'go'
output-file-path: output.txt
external-data-json-path: ./benchmarks/data.json
auto-push: false
github-token: ${{ secrets.GITHUB_TOKEN }}
gh-pages-branch: benchmarks
auto-push: true
fail-on-alert: false
alert-threshold: "400%"

0 comments on commit 58ab832

Please sign in to comment.