Add bench command in justfile

This commit is contained in:
yhirose
2026-02-20 15:45:04 -05:00
parent 4f17fbaa03
commit 17f301877f

View File

@@ -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)