test(tree): Whole-document text test suite#27593
Conversation
|
Hi! Thank you for opening this PR. Want me to review it? Based on the diff (446 lines, 1 files), I've queued these reviewers:
How this works
|
|
|
||
| /* The SharedTree factory the summary-size and load benchmarks build on. */ | ||
| const wholeDocumentTreeFactory = configuredSharedTree({ | ||
| forest: ForestTypeOptimized, |
There was a problem hiding this comment.
Would there be any value in running these benchmarks against both the optimized format and the object format?
There was a problem hiding this comment.
I don't see a downside. Should we complete this work - comparison forest and then use it for this scenario?
Bundle size comparisonBase commit: Notable changes
Per-bundle deltas
|
Description
Adds onto the testing suite for plain/formatted text in
textDomain.integration.bench.ts. Includes helpers and setup for the 7 tests. Tests against multiple sized documents of N-character sizes. The tests include these performance and memory tests:Reviewer Guidance
The review process is outlined on this wiki page.