Skip to content

Commit

Permalink
Add missing msgpacker benchmark to mk48
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Jul 3, 2023
1 parent 4360c47 commit 4304dc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,9 @@ fn bench_mk48(c: &mut Criterion) {
},
);

#[cfg(feature = "msgpacker")]
bench_msgpacker::bench(BENCH, c, &data);

#[cfg(feature = "nachricht-serde")]
bench_nachricht_serde::bench(BENCH, c, &data);

Expand Down

0 comments on commit 4304dc0

Please sign in to comment.