From c25478380c7cdfb65955c1574c05a539fbe3d43d Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Wed, 15 Apr 2015 10:12:13 -0700 Subject: [PATCH] docs(benchpress): add details about normalized mobile environment. --- modules/benchpress/docs/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/benchpress/docs/index.md b/modules/benchpress/docs/index.md index 7285270654..8c1fd13cb9 100644 --- a/modules/benchpress/docs/index.md +++ b/modules/benchpress/docs/index.md @@ -162,7 +162,10 @@ When looking into the DevTools Timeline, we see a marker as well: * Use normalized environments - metrics that are dependent on the performance of the execution environment must be executed on a normalized machine - - e.g. a real mobile device whose cpu frequency is set to a fixed value + - e.g. a real mobile device whose cpu frequency is set to a fixed value. + * see our [build script](https://github.com/angular/angular/blob/master/scripts/ci/android_cpu.sh) + * this requires root access, e.g. via a userdebug build of Android on a Google Nexus device + (see [here](https://source.android.com/source/building-running.html) and [here](https://source.android.com/source/building-devices.html#obtaining-proprietary-binaries)) - e.g. a calibrated machine that does not run background jobs, has a fixed cpu frequency, ... * Use relative comparisons