Skip to content

Commit

Permalink
Inference works here
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Apr 10, 2024
1 parent e302394 commit 3f338ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/cascading_merkle_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fn bench_cascading_create_dense_mmap_tree(criterion: &mut Criterion) {
value,
|bencher: &mut criterion::Bencher, value| {
bencher.iter(|| {
let storage: MmapVec<<PoseidonHash as Hasher>::Hash> =
let storage: MmapVec<_> =
unsafe { MmapVec::open_create("./testfile").unwrap() };
let _tree: CascadingMerkleTree<PoseidonHash, _> =
CascadingMerkleTree::from_storage_with_leaves(
Expand Down

0 comments on commit 3f338ff

Please sign in to comment.