8000 Merge pull request #5 from crlf0710/fix_cargo_bench · unicode-rs/unicode-script@35aff0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 35aff0a

Browse files
authored
Merge pull request #5 from crlf0710/fix_cargo_bench
Fix cargo bench failure
2 parents 5b65d2f + 73b45ca commit 35aff0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ mod tests {
508508
#[bench]
509509
fn bench_ext_intersection(b: &mut Bencher) {
510510
b.iter(|| {
511-
let e1 = test::black_box(script_extensions::ARAB_ROHG_SYRC_THAA);
511+
let e1 = test::black_box(script_extensions::ARAB_ROHG_SYRC_THAA_YEZI);
512512
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);
513513
test::black_box(e2.intersection(e1));
514514
})

0 commit comments

Comments
 (0)
0