We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fab97 commit f87dbe7Copy full SHA for f87dbe7
benches/bench_algos.rs
@@ -5,7 +5,7 @@ fn vec_ops(c: &mut Criterion) {
5
let dims = 100;
6
let mut embeddings = Vec::new();
7
8
- for i in 0..1000 {
+ for i in 0..100000 {
9
let mut row = Vec::with_capacity(dims);
10
for dim in 0..dims {
11
row.push((i*dim) as f32);
0 commit comments