Admin cube tester: adoptRawData A/B harness#881
Open
haynesjm42 wants to merge 1 commit into
Open
Conversation
Extends the Cube test tab to exercise hoist-react's new Store `adoptRawData` mode alongside the legacy copy path: - "Adopt Raw" toggle rebuilds the grid + connected View, reconstructing the Store in the selected mode for A/B comparison. - Complex-renderer contrast column (verifies simple + complex cells repaint under zero-copy ticks), order-replication multiplier for scale testing, editing gated off in the read-only mode. - GC + heap "Measure Mem" readout, with an alert + flag guidance when Chrome lacks --expose-gc / --enable-precise-memory-info.
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extends the Admin Cube test tab to exercise hoist-react's new
Store.adoptRawDatazero-copy mode (xh/hoist-react#4507, resolving xh/hoist-react#4506) alongside the legacy copy path.Stacked on
grid-tester-data-factory-ab- this PR targets that branch, notdevelop.Changes
View, reconstructing the Store in the selected mode for A/B comparison.--js-flags=--expose-gc/--enable-precise-memory-info.Used to produce the memory/performance A/B figures in the hoist-react PR.
Hoist P/R Checklist
grid-tester-data-factory-ab.)breaking-changelabel + CHANGELOG if so. (N/A - test harness only.)