Skip to content

Commit a5d531f

Browse files
committed
ci: add benchmark-regression-check
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
1 parent 2ab8eb7 commit a5d531f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/default.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
- name: Run go test bench
3636
run: make benchmark
3737

38+
- name: gobenchdata publish
39+
uses: bobheadxi/gobenchdata@v1
40+
with:
41+
CHECKS: true
42+
env:
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
3845
lint:
3946
runs-on: ubuntu-latest
4047
steps:

0 commit comments

Comments
 (0)