瀏覽代碼

Add `bench` command in justfile

yhirose 1 月之前
父節點
當前提交
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)