Skip to content

Commit

Permalink
disable c miniz part in miniz_oxide_c_api of bench
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed May 17, 2024
1 parent 2ebf8e2 commit 2f0a9a3
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 @@ -222,7 +222,7 @@ mod oxide {
);
}

mod miniz {
/*mod miniz {
use super::*;
use libc::{c_int, c_void};
Expand Down Expand Up @@ -380,7 +380,7 @@ mod miniz {
9,
"benches/data/compressed"
);
}
}*/

#[bench]
fn create_compressor(b: &mut Bencher) {
Expand Down

0 comments on commit 2f0a9a3

Please sign in to comment.