prysm-pulse/shared/benchutil/benchmark_files/BUILD.bazel
Ivan Martinez d04399ea96
Refactor generated benchmark files to allow for more general usage (#4436)
* Begin to refactor benchmark files to testutil

* Complete most of refactoring

* Fix file path

* gofmt

* Fix path

* Move generatego to tools/

* Move gen util to tools/benchmark-files-gen

* Add comments to pregen funcs

* Make function names consistent

* Update README

* Redo benchmarks with 16384 validators
2020-01-17 12:25:35 -05:00

11 lines
202 B
Python

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