Explorar o código

Add `bench` command in justfile

yhirose hai 1 mes
pai
achega
17f301877f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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)