Parcourir la source

Add `bench` command in justfile

yhirose il y a 1 mois
Parent
commit
17f301877f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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)