Skip to content

Commit d3f674f

Browse files
committed
Updates.
1 parent bd126fe commit d3f674f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

benches/memory_init.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@ use criterion::{criterion_group, criterion_main, Criterion};
22
use std::time::Duration;
33

44
/// Lengths used for benchmarking.
5-
const LENGTHS: [usize; 21] = [
5+
const LENGTHS: [usize; 26] = [
66
0,
77
1,
8+
2,
9+
5,
810
10,
11+
20,
12+
50,
913
100,
1014
200,
15+
500,
1116
1_000,
1217
2_000,
1318
5_000,

0 commit comments

Comments
 (0)