File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ package (default_visibility = ["//visibility:public" ])
2+
13cc_library (
24 name = "benchmark" ,
35 deps = [ "@codspeed//google_benchmark:benchmark" ],
4- visibility = ["//visibility:public" ],
56)
67
78cc_library (
89 name = "benchmark_main" ,
910 deps = [ "@codspeed//google_benchmark:benchmark_main" ],
10- visibility = ["//visibility:public" ],
1111)
1212
1313alias (
Original file line number Diff line number Diff line change 11module (name = "workerd-google-benchmark" )
22
3- bazel_dep (name = "rules_cc " , version = "0.2.8 " )
3+ bazel_dep (name = "bazel_skylib " , version = "1.8.1 " )
44bazel_dep (name = "platforms" , version = "1.0.0" )
5+ bazel_dep (name = "rules_cc" , version = "0.2.8" )
56
67http_archive = use_repo_rule ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
78
89http_archive (
910 name = "codspeed" ,
1011 url = "https://api.github.com/repos/CodSpeedHQ/codspeed-cpp/tarball/v1.2.0" ,
12+ patches = ["codspeed_pr_21.patch" ],
1113 strip_prefix = "CodSpeedHQ-codspeed-cpp-719c41f" ,
1214 type = "tgz" ,
1315 sha256 = "1ced2c2e813313a574f41de9a218f38b53a4114cf7e72ee286801eaba6d8b240" ,
Original file line number Diff line number Diff line change 1+ --- core/BUILD
2+ +++ core/BUILD
3+ @@ -67,6 +67,7 @@ string_flag(
4+ "instrumentation",
5+ "walltime",
6+ ],
7+ + visibility = ["//visibility:public"],
8+ )
9+
10+ config_setting(
You can’t perform that action at this time.
0 commit comments