Skip to content

Commit 44e5f0c

Browse files
committed
Update the benchmarks
1 parent 184ce9b commit 44e5f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/version2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ macro_rules! ok(($result:expr) => ($result.unwrap()));
99
#[bench]
1010
fn compress(bencher: &mut Bencher) {
1111
let data = ok!(std::fs::read("tests/fixtures/Roboto-Regular.ttf"));
12-
bencher.iter(|| ok!(woff::version2::compress(&data, 8, "", true)));
12+
bencher.iter(|| ok!(woff::version2::compress(&data, "", 8, true)));
1313
}
1414

1515
#[bench]

0 commit comments

Comments
 (0)