Skip to content

Commit

Permalink
add more complex/composite emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed May 30, 2024
1 parent e5f930f commit 1018ac1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benches/my_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ pub fn criterion_benchmark(c: &mut Criterion) {
"🆎",
"🎓",
"🟰",
"👨‍👩‍👧‍👧",
"👨‍👩‍👧‍👧👨‍👩‍👧‍👧👨‍👩‍👧‍👧👨‍👩‍👧‍👧",
"👸🏾",
];

c.bench_function("only_text_lorem_ipsum.txt", |b| {
Expand Down

0 comments on commit 1018ac1

Please sign in to comment.