소스 검색

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)