File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed
Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments