Closed
Bug 1719537
Opened 3 years ago
Closed 1 year ago
Add a micro-benchmark for the intl::mozilla::LineBreaker API.
Categories
(Core :: Internationalization, enhancement, P3)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
121 Branch
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: dminor, Assigned: m_kato)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
To support experimentation in Bug 1719535 with an ICU4x based line segmenter we should develop a performance benchmark that allows us to compare the performance with the current implementations.
An example of one that was written for Intl.DateTimeFormat is here: https://bugzilla.mozilla.org/show_bug.cgi?id=1714100. It would be nice to use the same testing harness if possible.
Comment 1•3 years ago
|
||
Some of my thoughts about the meaning of any performance differential here: https://bugzilla.mozilla.org/show_bug.cgi?id=1719535#c2
Assignee | ||
Comment 2•1 year ago
|
||
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/3c301a8c4dd6
Add LineBreaker API benchmarks with legacy / new segmenter. r=TYLin
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•