Skip to content

Commit

Permalink
Sort benchmarks by runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Jan 21, 2019
1 parent bd477b6 commit aa77262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ where
});

c.bench_functions(&format!("scalar/{}", name),
vec![scalar_baseline, scalar_full, scalar_raw, scalar_std],
vec![scalar_baseline, scalar_raw, scalar_full, scalar_std],
values);

let vector_baseline = Fun::new(
Expand Down Expand Up @@ -84,7 +84,7 @@ where
});

c.bench_functions(&format!("vector/{}", name),
vec![vector_baseline, vector_full, vector_raw, vector_std],
vec![vector_baseline, vector_raw, vector_full, vector_std],
values);
}

Expand Down

0 comments on commit aa77262

Please sign in to comment.