mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
d04399ea96
* 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
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__",
|
|
],
|
|
)
|