Skip to content

Commit 774e515

Browse files
fix: update storage benchmark node literal (#231)
1 parent e20218e commit 774e515

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

benches/storage.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ fn bench_node_storage_direct(c: &mut Criterion) {
243243
min_chunk_size: config.min_chunk_size,
244244
max_chunk_size: config.max_chunk_size,
245245
pattern: config.pattern,
246+
content_hash: config.content_hash,
246247
split: false,
247248
merged: false,
248249
encode_types: Vec::new(),

0 commit comments

Comments
 (0)