Skip to content

Commit 86f131e

Browse files
EtiennePerotgvisor-bot
authored andcommitted
Remove bazel benchmark from benchmarks for which profiles are collected.
Seems to fail for mysterious reasons when running on BuildKite, and the filesystem operations coverage should already be covered by other benchmarks. PiperOrigin-RevId: 780314405
1 parent 4a238a4 commit 86f131e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmarks/fs/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package(
88
benchmark_test(
99
name = "bazel_test",
1010
srcs = ["bazel_test.go"],
11-
use_for_pgo = True,
11+
use_for_pgo = False,
1212
visibility = ["//:sandbox"],
1313
deps = [
1414
"//pkg/cleanup",

0 commit comments

Comments
 (0)