8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a457ed1 commit df8e74dCopy full SHA for df8e74d
src/lib.rs
@@ -534,7 +534,7 @@ mod tests {
534
#[bench]
535
fn bench_ext_intersection(b: &mut Bencher) {
536
b.iter(|| {
537
- 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);
538
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);
539
test::black_box(e2.intersection(e1));
540
})
0 commit comments