We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68df18f commit 01b6b47Copy full SHA for 01b6b47
.github/workflows/testing.yml
@@ -44,3 +44,23 @@ jobs:
44
45
- name: Run tests
46
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.6.2
55
+ status_name: test-bench-result
56
+ status_on_degraded: neutral
57
+ benchdiff_args: |
58
+ --bench="."
59
+ --count=10
60
+ --warmup-count=1
61
+ --benchtime=500ms
62
+ --debug
63
+ --benchstat-output=markdown
64
+ --tolerance=50
65
+ --clear-cache
66
+ --base-ref=origin/master
0 commit comments