Skip to content

Commit 2756065

Browse files
Fleetbench Teamcopybara-github
authored andcommitted
Internal visibility change
PiperOrigin-RevId: 859082100 Change-Id: I239261affac71478ae4d41f5cbeda9f2f5817e64
1 parent f0612f7 commit 2756065

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

fleetbench/compression/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ cc_test(
136136
data = [":corpus"],
137137
linkstatic = 1,
138138
malloc = "@com_google_tcmalloc//tcmalloc",
139+
visibility = ["//platforms/kperf/benchmarks/fleetbench:__pkg__"],
139140
deps = [
140141
":compression_benchmark_lib",
141142
"//fleetbench:benchmark_main",

fleetbench/hashing/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ cc_test(
2727
name = "hashing_benchmark",
2828
linkstatic = 1,
2929
malloc = "@com_google_tcmalloc//tcmalloc",
30+
visibility = ["//platforms/kperf/benchmarks/fleetbench:__pkg__"],
3031
deps = [
3132
":hashing_benchmark_lib",
3233
"//fleetbench:benchmark_main",

fleetbench/libc/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ cc_test(
3838
name = "mem_benchmark",
3939
linkstatic = 1,
4040
malloc = "@com_google_tcmalloc//tcmalloc",
41+
visibility = ["//platforms/kperf/benchmarks/fleetbench:__pkg__"],
4142
deps = [
4243
":mem_benchmark_lib",
4344
"//fleetbench:benchmark_main",

fleetbench/proto/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ cc_test(
8686
name = "proto_benchmark",
8787
linkstatic = 1,
8888
malloc = "@com_google_tcmalloc//tcmalloc",
89+
visibility = ["//platforms/kperf/benchmarks/fleetbench:__pkg__"],
8990
deps = [
9091
":proto_benchmark_lib",
9192
"//fleetbench:benchmark_main",

fleetbench/stl/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ cc_test(
2626
name = "cord_benchmark",
2727
linkstatic = 1,
2828
malloc = "@com_google_tcmalloc//tcmalloc",
29+
visibility = ["//platforms/kperf/benchmarks/fleetbench:__pkg__"],
2930
deps = [
3031
":cord_benchmark_lib",
3132
"//fleetbench:benchmark_main",

fleetbench/swissmap/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ cc_test(
4343
linkstatic = 1,
4444
malloc = "@com_google_tcmalloc//tcmalloc",
4545
tags = ["manual"],
46+
visibility = ["//platforms/kperf/benchmarks/fleetbench:__pkg__"],
4647
deps = [
4748
":swissmap_benchmark_lib",
4849
"//fleetbench:benchmark_main",

fleetbench/tcmalloc/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ cc_test(
6767
linkstatic = 1,
6868
malloc = "@com_google_tcmalloc//tcmalloc",
6969
tags = ["manual"],
70+
visibility = ["//platforms/kperf/benchmarks/fleetbench:__pkg__"],
7071
deps = [
7172
":empirical_driver_lib",
7273
"//fleetbench:benchmark_main",

0 commit comments

Comments
 (0)