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

@@ -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() {