1
0
Эх сурвалжийг харах

Add `bench` command in justfile

yhirose 1 сар өмнө
parent
commit
17f301877f
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      justfile

+ 3 - 0
justfile

@@ -41,3 +41,6 @@ build:
     @(cd test && make test_split)
     @(cd test && make test_split_mbedtls)
     @(cd test && make test_split_wolfssl)
+
+bench:
+    @(cd benchmark && make bench-all)