Skip to content

Commit

Permalink
BENCHMARKS add _pixel identifier to convert_space benches
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Sep 11, 2024
1 parent c3bca0d commit 94bc38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/conversions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ macro_rules! bench_one_generic {

macro_rules! bench_convert_generic {
($c: expr, $ps: expr, $pc: expr, $from: expr, $to:expr, $id:literal, $n:literal, $t:ty, $ts:literal) => {
$c.bench_function(concat!($id, "_", $n, $ts), |b| {
$c.bench_function(concat!($id, "_", $n, $ts, "_pixel"), |b| {
b.iter(|| {
let mut pixels = $pc.clone();
black_box(
Expand Down

0 comments on commit 94bc38c

Please sign in to comment.