Bug 1544037 - Remove startupCache stat entry from main thread IO whitelist. r=florian
authorMike Conley <mconley@mozilla.com>
Tue, 21 May 2019 17:33:26 +0000 (2019-05-21)
changeset 474803 9ee0f79d80d1a777869ec7dd2774694a0bef86f8
parent 474802 79a583fd7cd942da68e3944a88cde027ff959d33
child 474804 96306b575252ae9f2914a5ca3c92f84356031a94
push id36046
push useraiakab@mozilla.com
push dateTue, 21 May 2019 21:45:52 +0000 (2019-05-21)
treeherdermozilla-central@257f2c96cef5 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersflorian
bugs1544037
milestone69.0a1
first release with
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
last release without
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
Bug 1544037 - Remove startupCache stat entry from main thread IO whitelist. r=florian Depends on D31086 Differential Revision: https://phabricator.services.mozilla.com/D31087
browser/base/content/test/performance/browser_startup_mainthreadio.js
--- a/browser/base/content/test/performance/browser_startup_mainthreadio.js
+++ b/browser/base/content/test/performance/browser_startup_mainthreadio.js
@@ -183,22 +183,16 @@ const startupPhases = {
       condition: WIN,
       stat: 1,
     },
     { // bug 1544034
       path: "ProfLDS:startupCache/scriptCache.bin",
       condition: WIN,
       stat: 1,
     },
-    { // bug 1544037
-      path: "ProfLDS:startupCache/startupCache." +
-             (Services.appinfo.is64Bit ? 8 : 4) + ".little",
-      condition: WIN,
-      stat: 1,
-    },
     { // bug 1541601
       path: "PrfDef:channel-prefs.js",
       stat: 1,
       read: 1,
       close: 1,
     },
     { // At least the read seems unavoidable
       path: "PrefD:prefs.js",