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: modules/benchpress/docs/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,10 @@ When looking into the DevTools Timeline, we see a marker as well:
162
162
163
163
* Use normalized environments
164
164
- metrics that are dependent on the performance of the execution environment must be executed on a normalized machine
165
-
- e.g. a real mobile device whose cpu frequency is set to a fixed value
165
+
- e.g. a real mobile device whose cpu frequency is set to a fixed value.
166
+
* see our [build script](https://github.com/angular/angular/blob/master/scripts/ci/android_cpu.sh)
167
+
* this requires root access, e.g. via a userdebug build of Android on a Google Nexus device
168
+
(see [here](https://source.android.com/source/building-running.html) and [here](https://source.android.com/source/building-devices.html#obtaining-proprietary-binaries))
166
169
- e.g. a calibrated machine that does not run background jobs, has a fixed cpu frequency, ...
0 commit comments