We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bca0d commit 94bc38cCopy full SHA for 94bc38c
benches/conversions.rs
@@ -37,7 +37,7 @@ macro_rules! bench_one_generic {
37
38
macro_rules! bench_convert_generic {
39
($c: expr, $ps: expr, $pc: expr, $from: expr, $to:expr, $id:literal, $n:literal, $t:ty, $ts:literal) => {
40
- $c.bench_function(concat!($id, "_", $n, $ts), |b| {
+ $c.bench_function(concat!($id, "_", $n, $ts, "_pixel"), |b| {
41
b.iter(|| {
42
let mut pixels = $pc.clone();
43
black_box(
0 commit comments