Skip to content

Commit 1fa6010

Browse files
committed
ci: add benchmark tests
Added benchmark tests in ci. Follows up #122
1 parent 8fbb84b commit 1fa6010

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/reusable_testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ jobs:
4343

4444
- name: Run tests
4545
run: make test
46+
47+
- name: Run becnchmark
48+
run: make bench

.github/workflows/testing.yml

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

4545
- name: Run tests
4646
run: make test
47+
48+
- name: Run becnchmark
49+
run: make bench

0 commit comments

Comments
 (0)