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 852a6ca commit 4bb00e6Copy full SHA for 4bb00e6
benchmark/grapheme/codspeed.js
@@ -48,7 +48,7 @@ const 테스트문자열 = "안녕하세요! Welcome to the unicode-segementer l
48
const bench = withCodSpeed(new Bench());
49
50
for (const [name, input] of testcases) {
51
- bench.add(name, () => {
+ bench.add(`grapheme - ${name}`, () => {
52
void [...graphemeSegments(input)];
53
});
54
}
0 commit comments