mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 08:37:37 +00:00
01a72a9df2
* benchutil to testing * gaz Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
11 lines
208 B
Python
11 lines
208 B
Python
filegroup(
|
|
name = "benchmark_data",
|
|
srcs = glob([
|
|
"*.ssz",
|
|
]),
|
|
visibility = [
|
|
"//beacon-chain/core/transition:__pkg__",
|
|
"//testing/benchmark:__subpackages__",
|
|
],
|
|
)
|