[ZEPPELIN-6668] Add notebook route benchmark contract - #5484
Open
voidmatcha wants to merge 2 commits into
Open
voidmatcha wants to merge 2 commits into
voidmatcha wants to merge 2 commits into
Conversation
voidmatcha
marked this pull request as ready for review
September 14, 2026 17:33
voidmatcha
force-pushed
the
ZEPPELIN-6668-notebook-benchmark
branch
7 times, most recently
from
September 17, 2026 22:57
6128bd9 to
df3fc8a
Compare
voidmatcha
force-pushed
the
ZEPPELIN-6668-notebook-benchmark
branch
from
September 20, 2026 02:12
0d559d4 to
2caa42c
Compare
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.
What is this PR for?
Add a reproducible benchmark contract for the notebook route, without committing baseline numbers (a follow-up records them).
remoteEntry.jsRuntime metrics cover the Angular route only. The benchmark is excluded from the normal E2E run.
Most of the diff (3,319 of 3,957 added lines) is the fixture JSON. It is data, pinned by SHA-256 and checked for composition by
validateFixture, so it does not need a line-by-line review. The code to review is about 590 lines undere2e/performance/,e2e/models/notebook-performance-page.ts,test/notebook-baseline.spec.tsandplaywright.performance.config.js.What type of PR is it?
Improvement
Todos
What is the Jira issue?
ZEPPELIN-6668
How should this be tested?
A local dry run passes (1 cold + 1 warm, every summary field recorded). Use
localhost: the server rejects a127.0.0.1WebSocket origin unlesszeppelin.server.allowed.originsis set.Screenshots (if appropriate)
N/A
Questions:
e2e/performance/README.md