Skip to content

Commit ec1fa21

Browse files
committed
Merge pull request #1 from kchodorow/master
Mark experimental benchmark features manual-only
2 parents 5c4faad + 765117a commit ec1fa21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/fibonacci/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ rust_test(
2222
rust_bench_test(
2323
name = "fibonacci_bench",
2424
srcs = ["benches/fibonacci_bench.rs"],
25+
tags = ["manual"],
2526
deps = [":fibonacci"],
2627
)
2728

0 commit comments

Comments
 (0)