Skip to content

Commit 2e4fdea

Browse files
committed
run the bench on the CI too
1 parent 0b8c823 commit 2e4fdea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ jobs:
3232
- name: Ensure docs is OK
3333
run: v check-md ~/.vmodules/msgpack/README.md
3434

35-
- name: Run example with -Wimpure-v
35+
- name: Run basic example with -Wimpure-v
3636
run: v -Wimpure-v crun ~/.vmodules/msgpack/examples/basic.v
3737

38+
- name: Run bench example
39+
run: v run ~/.vmodules/msgpack/examples/bench_msgpack_json_vs_json2.v
40+
3841
- name: Run example with -prod -cstrict -Wimpure-v -cc clang
3942
run: |
4043
cd ~/.vmodules/msgpack

0 commit comments

Comments
 (0)