We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bench
1 parent 4f17fba commit 17f3018Copy full SHA for 17f3018
justfile
@@ -41,3 +41,6 @@ build:
41
@(cd test && make test_split)
42
@(cd test && make test_split_mbedtls)
43
@(cd test && make test_split_wolfssl)
44
+
45
+bench:
46
+ @(cd benchmark && make bench-all)
0 commit comments