prysm-pulse/testing/benchmark/benchmark_files/BUILD.bazel
Raul Jordan 01a72a9df2
Move Benchutil to Testing/ Folder (#9583)
* benchutil to testing

* gaz

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-09-14 19:18:15 +00:00

11 lines
208 B
Python

filegroup(
name = "benchmark_data",
srcs = glob([
"*.ssz",
]),
visibility = [
"//beacon-chain/core/transition:__pkg__",
"//testing/benchmark:__subpackages__",
],
)