Commit e44dbfa
authored
fix(bazel): Add missing dependency to benchmark targets (#15543)
This commit resolves build failures in several benchmark targets by explicitly adding a dependency on @com_google_benchmark//:benchmark.
The benchmark executables were failing to compile or link because they were missing a direct dependency on the core Google Benchmark library, even though they depended on :benchmark_main. This change ensures the benchmark APIs are available to the targets, fixing the build errors.1 parent 9926010 commit e44dbfa
File tree
3 files changed
+5
-0
lines changed- google/cloud
- spanner
- storage
3 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| 232 | + | |
231 | 233 | | |
232 | 234 | | |
233 | 235 | | |
| |||
333 | 335 | | |
334 | 336 | | |
335 | 337 | | |
| 338 | + | |
336 | 339 | | |
337 | 340 | | |
338 | 341 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| 262 | + | |
262 | 263 | | |
263 | 264 | | |
264 | 265 | | |
0 commit comments