Skip to content

Commit 94bc38c

Browse files
committed
BENCHMARKS add _pixel identifier to convert_space benches
1 parent c3bca0d commit 94bc38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/conversions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ macro_rules! bench_one_generic {
3737

3838
macro_rules! bench_convert_generic {
3939
($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| {
40+
$c.bench_function(concat!($id, "_", $n, $ts, "_pixel"), |b| {
4141
b.iter(|| {
4242
let mut pixels = $pc.clone();
4343
black_box(

0 commit comments

Comments
 (0)