From b1ca877d924b15404be1d51df4bddb571d69a5be Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 18 Jun 2025 11:56:10 +0200 Subject: benches: fix typo on documentation --- benches/bigfile.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benches/bigfile.rs b/benches/bigfile.rs index f87ed9b..bac637a 100644 --- a/benches/bigfile.rs +++ b/benches/bigfile.rs @@ -60,8 +60,8 @@ fn test_merkle_tree(files: &Vec>) { } } -/// Example of a MarkleTree with 512 nodes which use SHA256 algorithm to make hashes. -/// Each node has a size of 1024 bytes. +/// Example of a MarkleTree with 10 nodes which use SHA256 algorithm to make hashes. +/// Each node has a size of 5, 10 or 15 MB. /// Also, it verifies each node path with a proofer O(n). fn bench_large_merkle_tree_sha256(c: &mut Criterion) { let filenames: Vec = (1..=10).map(|i| format!("file-{i}.dat")).collect(); -- cgit v1.2.3-71-g8e6c