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 61bae03Copy full SHA for 61bae03
.github/workflows/testing.yml
@@ -44,3 +44,22 @@ jobs:
44
45
- name: Run tests
46
run: make test
47
+
48
+ - name: Run becnchmark
49
+ run: |
50
+ make bench
51
52
+ - name: AB performance
53
+ - uses: WillAbides/benchdiff-action@v0
54
+ with:
55
+ benchdiff_version: 0.6.2
56
+ status_name: test-bench-result
57
+ status_on_degraded: neutral
58
+ benchdiff_args: |
59
+ --base-ref=master
60
+ --cpu=1
61
+ --count=5
62
+ --warmup-count=1
63
+ --tolerance=30
64
+ --benchmem
65
+ --debug
0 commit comments