Skip to content

Commit c8640fb

Browse files
committed
ci: add ci steps for running benchmark tests
Added third party gh-action for A/B testing of performance degradation. Follows up #122
1 parent 68df18f commit c8640fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/testing.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,13 @@ jobs:
4444

4545
- name: Run tests
4646
run: make test
47+
48+
- name: Run becnchmark
49+
run: |
50+
make bench
51+
52+
- uses: WillAbides/benchdiff-action@v0
53+
with:
54+
benchdiff_version: 0.7.1
55+
status_name: test-bench-result
56+
status_on_degraded: neutral

0 commit comments

Comments
 (0)