diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-11 00:19:32 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-11 00:19:32 +0000 |
commit | 6e661b254763d87c4e5ab0795fef3c373da2c890 (patch) | |
tree | eda7eec0a77648e014d99b8cc90a356b71e009b1 | |
parent | f9a221b37f136ed85a351183dcc2b2af744b964d (diff) | |
download | chromium_src-6e661b254763d87c4e5ab0795fef3c373da2c890.zip chromium_src-6e661b254763d87c4e5ab0795fef3c373da2c890.tar.gz chromium_src-6e661b254763d87c4e5ab0795fef3c373da2c890.tar.bz2 |
Update Linux size expectations.
I added a bunch of pepper code that pushed us over the previous limit. I also added several links to the perf instructions since it took me a while to figure this out.
Review URL: http://codereview.chromium.org/8910001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113962 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/perf_expectations/README.txt | 2 | ||||
-rwxr-xr-x | tools/perf_expectations/make_expectations.py | 2 | ||||
-rw-r--r-- | tools/perf_expectations/perf_expectations.json | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/tools/perf_expectations/README.txt b/tools/perf_expectations/README.txt new file mode 100644 index 0000000..cc93ca8 --- /dev/null +++ b/tools/perf_expectations/README.txt @@ -0,0 +1,2 @@ +For instructions see +http://www.chromium.org/developers/tree-sheriffs/perf-sheriffs diff --git a/tools/perf_expectations/make_expectations.py b/tools/perf_expectations/make_expectations.py index ea7e5d6..af90919 100755 --- a/tools/perf_expectations/make_expectations.py +++ b/tools/perf_expectations/make_expectations.py @@ -3,6 +3,8 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +# For instructions see: +# http://www.chromium.org/developers/tree-sheriffs/perf-sheriffs import hashlib import math diff --git a/tools/perf_expectations/perf_expectations.json b/tools/perf_expectations/perf_expectations.json index 8003d48b..048665f 100644 --- a/tools/perf_expectations/perf_expectations.json +++ b/tools/perf_expectations/perf_expectations.json @@ -3,7 +3,7 @@ "linux-release-64/sizes/chrome-si/initializers": {"reva": 113930, "revb": 113930, "type": "absolute", "better": "lower", "improve": 137, "regress": 137, "tolerance": 0, "sha1": "8613af27"}, "linux-release-64/sizes/chrome-text/text": {"reva": 104463, "revb": 104463, "type": "absolute", "improve": 60823945, "regress": 67905522, "sha1": "6887f46b"}, "linux-release-64/sizes/chrome.pak/chrome.pak": {"reva": 93584, "revb": 93660, "type": "absolute", "improve": 2893618, "regress": 3230516, "sha1": "ddcb764c"}, - "linux-release-64/sizes/chrome/chrome": {"reva": 113631, "revb": 113761, "type": "absolute", "improve": 83225973, "regress": 92055743, "sha1": "5f090c44"}, + "linux-release-64/sizes/chrome/chrome": {"reva": 113941, "revb": 113960, "type": "absolute", "improve": 83295452, "regress": 92119491, "sha1": "ba2a3917"}, "linux-release-hardy/dhtml/commit_charge/cc": {"reva": 63231, "revb": 64325, "improve": -6947, "regress": 25528, "sha1": "0e22e67a"}, "linux-release-hardy/dhtml/processes/proc_": {"improve": 0, "regress": 0, "sha1": "696fcb0f"}, "linux-release-hardy/dhtml/times/t": {"reva": 99393, "revb": 100034, "improve": -68, "regress": 21, "sha1": "9c13cabb"}, |