Intl.Segmenter

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Segmenter with Computed Locale
const segmenter = new Intl.Segmenter(
  Intl.DateTimeFormat().resolvedOptions().locale,
  { granularity: 'grapheme' },
);
ready
Segmenter with Constant Locale
const segmenterFr = new Intl.Segmenter('ko', { granularity: 'grapheme' });
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.