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
Copy file name to clipboardExpand all lines: packages/commands/measure/src/__tests__/__snapshots__/measure.test.tsx.snap
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Average Test Runtime
11
11
Time taken to run the test.
12
12
Can be helpful to measure Time To Interactive of your app, if the test is checking app start for instance.
13
13
Average FPS
14
-
60 FPS
15
-
Frame Per Second. Your app should display 60 Frames Per Second to give an impression of fluidity. This number should be close to 60, otherwise it will seem laggy.
14
+
120 FPS
15
+
Frame Per Second. Your app should display 120 Frames Per Second to give an impression of fluidity. This number should be close to 120, otherwise it will seem laggy.
16
16
17
17
See
18
18
@@ -34,7 +34,7 @@ RN JS Thread
34
34
35
35
0.5
36
36
s
37
-
High CPU usage by a single process can cause app unresponsiveness, even with low overall CPU usage. For instance, an overworked JS thread in a React Native app may lead to unresponsiveness despite maintaining 60 FPS.
37
+
High CPU usage by a single process can cause app unresponsiveness, even with low overall CPU usage. For instance, an overworked JS thread in a React Native app may lead to unresponsiveness despite maintaining 120 FPS.
38
38
Average RAM usage
39
39
375.8 MB
40
40
If an app consumes a large amount of RAM (random-access memory), it can impact the overall performance of the device and drain the battery more quickly.
@@ -106,11 +106,11 @@ Frame rate (FPS)
106
106
"data": [
107
107
{
108
108
"x": 0,
109
-
"y": 60
109
+
"y": 120
110
110
},
111
111
{
112
112
"x": 500,
113
-
"y": 60
113
+
"y": 120
114
114
}
115
115
]
116
116
}
@@ -752,7 +752,7 @@ exports[`flashlight measure interactive it displays measures: Web app with measu
752
752
<div
753
753
class="text-neutral-300 whitespace-pre"
754
754
>
755
-
60 FPS
755
+
120 FPS
756
756
</div>
757
757
<div
758
758
class="w-2"
@@ -782,7 +782,7 @@ exports[`flashlight measure interactive it displays measures: Web app with measu
782
782
<div
783
783
class="text-neutral-400 text-sm"
784
784
>
785
-
Frame Per Second. Your app should display 60 Frames Per Second to give an impression of fluidity. This number should be close to 60, otherwise it will seem laggy.
785
+
Frame Per Second. Your app should display 120 Frames Per Second to give an impression of fluidity. This number should be close to 120, otherwise it will seem laggy.
786
786
<br />
787
787
See
788
788
<a
@@ -942,7 +942,7 @@ exports[`flashlight measure interactive it displays measures: Web app with measu
942
942
- RN JS Thread for 0.5s
943
943
</p>
944
944
</div>
945
-
High CPU usage by a single process can cause app unresponsiveness, even with low overall CPU usage. For instance, an overworked JS thread in a React Native app may lead to unresponsiveness despite maintaining 60 FPS.
945
+
High CPU usage by a single process can cause app unresponsiveness, even with low overall CPU usage. For instance, an overworked JS thread in a React Native app may lead to unresponsiveness despite maintaining 120 FPS.
946
946
</div>
947
947
</div>
948
948
</div>
@@ -1100,11 +1100,11 @@ exports[`flashlight measure interactive it displays measures: Web app with measu
1100
1100
"data": [
1101
1101
{
1102
1102
"x": 0,
1103
-
"y": 60
1103
+
"y": 120
1104
1104
},
1105
1105
{
1106
1106
"x": 500,
1107
-
"y": 60
1107
+
"y": 120
1108
1108
}
1109
1109
]
1110
1110
}
@@ -3813,7 +3813,7 @@ Time taken to run the test.
3813
3813
Can be helpful to measure Time To Interactive of your app, if the test is checking app start for instance.
3814
3814
Average FPS
3815
3815
-
3816
-
Frame Per Second. Your app should display 60 Frames Per Second to give an impression of fluidity. This number should be close to 60, otherwise it will seem laggy.
3816
+
Frame Per Second. Your app should display 120 Frames Per Second to give an impression of fluidity. This number should be close to 120, otherwise it will seem laggy.
3817
3817
3818
3818
See
3819
3819
@@ -3829,7 +3829,7 @@ An app might run at high frame rates, such as 60 FPS or higher, but might be usi
3829
3829
High CPU Usage
3830
3830
-
3831
3831
Impacted threads:
3832
-
High CPU usage by a single process can cause app unresponsiveness, even with low overall CPU usage. For instance, an overworked JS thread in a React Native app may lead to unresponsiveness despite maintaining 60 FPS.
3832
+
High CPU usage by a single process can cause app unresponsiveness, even with low overall CPU usage. For instance, an overworked JS thread in a React Native app may lead to unresponsiveness despite maintaining 120 FPS.
3833
3833
Average RAM usage
3834
3834
-
3835
3835
If an app consumes a large amount of RAM (random-access memory), it can impact the overall performance of the device and drain the battery more quickly.
@@ -4146,7 +4146,7 @@ exports[`flashlight measure interactive it displays measures: Web app with no me
4146
4146
<div
4147
4147
class="text-neutral-400 text-sm"
4148
4148
>
4149
-
Frame Per Second. Your app should display 60 Frames Per Second to give an impression of fluidity. This number should be close to 60, otherwise it will seem laggy.
4149
+
Frame Per Second. Your app should display 120 Frames Per Second to give an impression of fluidity. This number should be close to 120, otherwise it will seem laggy.
4150
4150
<br />
4151
4151
See
4152
4152
<a
@@ -4297,7 +4297,7 @@ exports[`flashlight measure interactive it displays measures: Web app with no me
4297
4297
Impacted threads:
4298
4298
</p>
4299
4299
</div>
4300
-
High CPU usage by a single process can cause app unresponsiveness, even with low overall CPU usage. For instance, an overworked JS thread in a React Native app may lead to unresponsiveness despite maintaining 60 FPS.
4300
+
High CPU usage by a single process can cause app unresponsiveness, even with low overall CPU usage. For instance, an overworked JS thread in a React Native app may lead to unresponsiveness despite maintaining 120 FPS.
0 commit comments