Skip to content

Commit

Permalink
Merge pull request #14 from crlf0710/master
Browse files Browse the repository at this point in the history
Fix CI error in bench
  • Loading branch information
Manishearth authored Sep 16, 2022
2 parents a457ed1 + df8e74d commit 38f6ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ mod tests {
#[bench]
fn bench_ext_intersection(b: &mut Bencher) {
b.iter(|| {
let e1 = test::black_box(script_extensions::ARAB_ROHG_SYRC_THAA_YEZI);
let e1 = test::black_box(script_extensions::ARAB_NKOO_ROHG_SYRC_THAA_YEZI);
let e2 = test::black_box(script_extensions::BENG_DEVA_DOGR_GONG_GONM_GRAN_GUJR_GURU_KNDA_MAHJ_MLYM_NAND_ORYA_SIND_SINH_SYLO_TAKR_TAML_TELU_TIRH);
test::black_box(e2.intersection(e1));
})
Expand Down

0 comments on commit 38f6ae6

Please sign in to comment.