Skip to content

Commit 3a06d73

Browse files
committed
test: update snapshots
1 parent 5286de6 commit 3a06d73

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

tests/tools/performance.test.js.snapshot

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,18 @@ exports[`performance > performance_stop_trace > returns the high level summary o
5353
The performance trace has been stopped.
5454
## Summary of Performance trace findings:
5555
URL: https://web.dev/
56-
Bounds: {min: 122410994891, max: 122416385853}
56+
Trace bounds: {min: 122410994891, max: 122416385853}
5757
CPU throttling: none
5858
Network throttling: none
59+
60+
# Available insight sets
61+
62+
The following is a list of insight sets. An insight set covers a specific part of the trace, split by navigations. The insights within each insight set are specific to that part of the trace. Be sure to consider the insight set id and bounds when calling functions. If no specific insight set or navigation is mentioned, assume the user is referring to the first one.
63+
64+
## insight set id: 8463DF94CD61B265B664E7F768183DE3
65+
66+
URL: https://web.dev/
67+
Bounds: {min: 122410996889, max: 122416385853}
5968
Metrics (lab / observed):
6069
- LCP: 129 ms, event: (eventKey: r-6063, ts: 122411126100), nodeId: 7
6170
- LCP breakdown:

tests/trace-processing/parse.test.js.snapshot

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
exports[`Trace parsing > can format results of a trace 1`] = `
22
## Summary of Performance trace findings:
33
URL: https://web.dev/
4-
Bounds: {min: 122410994891, max: 122416385853}
4+
Trace bounds: {min: 122410994891, max: 122416385853}
55
CPU throttling: none
66
Network throttling: none
7+
8+
# Available insight sets
9+
10+
The following is a list of insight sets. An insight set covers a specific part of the trace, split by navigations. The insights within each insight set are specific to that part of the trace. Be sure to consider the insight set id and bounds when calling functions. If no specific insight set or navigation is mentioned, assume the user is referring to the first one.
11+
12+
## insight set id: 8463DF94CD61B265B664E7F768183DE3
13+
14+
URL: https://web.dev/
15+
Bounds: {min: 122410996889, max: 122416385853}
716
Metrics (lab / observed):
817
- LCP: 129 ms, event: (eventKey: r-6063, ts: 122411126100), nodeId: 7
918
- LCP breakdown:

0 commit comments

Comments
 (0)