You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✅ Rendering the default starting document file is <40ms.
✅ Rendering the benchmark document is <400ms.
The following have no perceivable latency with the the benchmark document:
✅ Editing a value in the grid (without re-rendering).
✅ Dragging a node in the graph (excluding re-rendering).
✅ Changing any config values (excluding re-rendering).
ℹ️ Switching between percent and absolute values around 200ms with the benchmark document, which is worse than our original goal but which seems acceptable.
However:
⚠️ Changing the set of visible fields (which does not trigger a re-render) with the benchmark document is ~500ms so is too slow.
⚠️ Typing in the prompt with the benchmark document field is unacceptably laggy.
So there are 2 journeys that require further tuning.
Initial thoughts for performance goals:
The text was updated successfully, but these errors were encountered: