mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 12:56:12 +00:00
Add per-epoch benchmarks, optimise function.
This commit is contained in:
17
eth2/state_processing/benching_utils/Cargo.toml
Normal file
17
eth2/state_processing/benching_utils/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "benching_utils"
|
||||
version = "0.1.0"
|
||||
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bls = { path = "../../utils/bls" }
|
||||
hashing = { path = "../../utils/hashing" }
|
||||
int_to_bytes = { path = "../../utils/int_to_bytes" }
|
||||
integer-sqrt = "0.1"
|
||||
log = "0.4"
|
||||
merkle_proof = { path = "../../utils/merkle_proof" }
|
||||
ssz = { path = "../../utils/ssz" }
|
||||
ssz_derive = { path = "../../utils/ssz_derive" }
|
||||
types = { path = "../../types" }
|
||||
rayon = "1.0"
|
||||
Reference in New Issue
Block a user