chore: update crates.io publish plan and fix dependencies
- Update CRATES_PUBLISH_PLAN.md with Level 0-2 completion status - Fix binary-merkle-tree and related dependencies - Add runtime_logger_tests.rs - Update various Cargo.toml files
This commit is contained in:
@@ -21,11 +21,11 @@ criterion_main!(benches);
|
||||
|
||||
fn benchmark(c: &mut Criterion) {
|
||||
trie_bench::standard_benchmark::<
|
||||
pezsp_trie::LayoutV1<pezsp_runtime::traits::BlakeTwo256>,
|
||||
pezsp_trie::LayoutV1<pezsp_core::Blake2Hasher>,
|
||||
pezsp_trie::TrieStream,
|
||||
>(c, "bizinikiwi-blake2");
|
||||
trie_bench::standard_benchmark::<
|
||||
pezsp_trie::LayoutV1<pezsp_runtime::traits::BlakeTwo256>,
|
||||
pezsp_trie::LayoutV1<pezsp_core::KeccakHasher>,
|
||||
pezsp_trie::TrieStream,
|
||||
>(c, "bizinikiwi-keccak");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user