Skip to content

Commit 17f3018

Browse files
committed
Add bench command in justfile
1 parent 4f17fba commit 17f3018

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ build:
4141
@(cd test && make test_split)
4242
@(cd test && make test_split_mbedtls)
4343
@(cd test && make test_split_wolfssl)
44+
45+
bench:
46+
@(cd benchmark && make bench-all)

0 commit comments

Comments
 (0)