Skip to content

Commit f87dbe7

Browse files
committed
Up amount
1 parent 99fab97 commit f87dbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/bench_algos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fn vec_ops(c: &mut Criterion) {
55
let dims = 100;
66
let mut embeddings = Vec::new();
77

8-
for i in 0..1000 {
8+
for i in 0..100000 {
99
let mut row = Vec::with_capacity(dims);
1010
for dim in 0..dims {
1111
row.push((i*dim) as f32);

0 commit comments

Comments
 (0)