Skip to content

Commit ca6dc12

Browse files
committed
template asserts benches for S, M and C
1 parent 47d4495 commit ca6dc12

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ bench:
7171
bench_T:
7272
$(GO) test $(TEST_ARGS) -bench='BenchmarkT_.*' $(PKG_ERR2)
7373

74+
bench_S:
75+
$(GO) test $(TEST_ARGS) -bench='BenchmarkS.*' $(PKG_ASSERT)
76+
77+
bench_M:
78+
$(GO) test $(TEST_ARGS) -bench='BenchmarkM.*' $(PKG_ASSERT)
79+
80+
bench_C:
81+
$(GO) test $(TEST_ARGS) -bench='BenchmarkC.*' $(PKG_ASSERT)
82+
7483
bench_zero:
7584
$(GO) test $(TEST_ARGS) -bench='BenchmarkZero.*' $(PKG_ASSERT)
7685

0 commit comments

Comments
 (0)