mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 20:07:17 +00:00
11 lines
202 B
Python
11 lines
202 B
Python
|
filegroup(
|
||
|
name = "benchmark_data",
|
||
|
srcs = glob([
|
||
|
"*.ssz",
|
||
|
]),
|
||
|
visibility = [
|
||
|
"//beacon-chain/core/state:__pkg__",
|
||
|
"//shared/benchutil:__subpackages__",
|
||
|
],
|
||
|
)
|