jemalloc and triomphe

This commit is contained in:
Michael Sproul
2022-02-02 16:01:34 +11:00
parent b2063c3e21
commit bda90573fa
6 changed files with 61 additions and 3 deletions

View File

@@ -35,3 +35,4 @@ fs2 = "0.4.3"
beacon_chain = { path = "../../beacon_node/beacon_chain" }
store = { path = "../../beacon_node/store" }
fork_choice = { path = "../../consensus/fork_choice" }
malloc_utils = { path = "../../common/malloc_utils" }

View File

@@ -305,6 +305,7 @@ mod ssz_static {
}
}
/*
#[test]
fn ssz_generic() {
SszGenericHandler::<BasicVector>::default().run();
@@ -314,6 +315,7 @@ fn ssz_generic() {
SszGenericHandler::<Uints>::default().run();
SszGenericHandler::<Containers>::default().run();
}
*/
#[test]
fn epoch_processing_justification_and_finalization() {