We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UNIT_BENCH
make unit-bench
1 parent c8004f2 commit 046c335Copy full SHA for 046c335
Makefile
@@ -111,6 +111,11 @@ unit-debug:
111
@$(call print, "Running debug unit tests.")
112
$(UNIT_DEBUG)
113
114
+#? unit-bench: Run benchmark tests
115
+unit-bench:
116
+ @$(call print, "Running benchmark tests.")
117
+ $(UNIT_BENCH)
118
+
119
# =========
120
# UTILITIES
121
@@ -154,6 +159,7 @@ tidy-module-check: tidy-module
154
159
unit-cover \
155
160
unit-race \
156
161
unit-debug \
162
+ unit-bench \
157
163
fmt \
158
164
fmt-check \
165
lint \
0 commit comments