We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731e298 commit f9d7a6dCopy full SHA for f9d7a6d
benches/benchmark.rs
@@ -13,7 +13,7 @@ fn alphanumeric_baseline(b: &mut Bencher<'_>) {
13
Alphanumeric
14
.sample_iter(&mut rng)
15
.take(count)
16
- .collect::<String>()
+ .collect::<Vec<u8>>()
17
});
18
}
19
0 commit comments