-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ci: Move replay metrics into dedicated package #7115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cc @vaind |
Can we rename to something more specific so we don't re-use the namescape of |
6e275e6
to
1876736
Compare
I renamed it to |
1876736
to
95e7c3f
Compare
@@ -37,22 +37,6 @@ | |||
"internalConsoleOptions": "openOnSessionStart", | |||
"outputCapture": "std" | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l: I never used these launch scripts so my logaf is practically nonexistent but is there a particular reason to remove them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was more thinking why we would need them 😅
Replay SDK metrics 🚀
develop |
Revision | LCP | CLS | CPU | JS heap avg | JS heap max | netTx | netRx | netCount | netTime |
---|---|---|---|---|---|---|---|---|---|
e60cd02 | +56.25 ms | -0.00 ms | +6.32 pp | +927.44 kB | +1.06 MB | +2.21 kB | +41 B | +1 | +117.55 ms |
e25c067 | +48.34 ms | +0.00 ms | +5.59 pp | +926.37 kB | +1.05 MB | +2.22 kB | +41 B | +1 | +65.23 ms |
b1b249b | +43.88 ms | +0.00 ms | +4.80 pp | +937.99 kB | +1.05 MB | +2.22 kB | +41 B | +1 | +111.56 ms |
12e34d4 | +28.57 ms | +0.00 ms | +5.77 pp | +930.12 kB | +1.04 MB | +2.26 kB | +41 B | +1 | +109.67 ms |
c46c56c | +65.45 ms | -0.00 ms | +5.38 pp | +930.26 kB | +1.07 MB | +2.21 kB | +41 B | +1 | +91.29 ms |
7f4c4ec | +56.64 ms | -0.00 ms | +5.57 pp | +927.42 kB | +1.06 MB | +2.21 kB | +41 B | +1 | +110.83 ms |
00d2360 | +55.18 ms | +0.00 ms | +2.23 pp | +934.14 kB | +1.05 MB | +2.22 kB | +41 B | +1 | +71.65 ms |
Last updated: Tue, 28 Feb 2023 09:56:06 GMT
95e7c3f
to
c3a2a90
Compare
size-limit report 📦
|
f48f598
to
17899df
Compare
17899df
to
ddc3b05
Compare
Just FYI I also bumped playwright to 1.31.1 here, as I got some conflicts. cc @lforst @Lms24 @AbhiPrasad if you run into any playwright specific issues 😅 |
This moves the replay metrics info
packages/metrics
.It also removes the unused
demo
app inside of replay.Note that we seem to have a bug with the PR comment creation/update. We've seen it update "random" PRs, we suspect when the develop branch collects metrics.