Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Issue 8913001: Update Linux size expectations to recent range of my code addition. (Closed)

Created:
9 years ago by brettw
Modified:
8 years, 10 months ago
Reviewers:
Nico
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Update Linux size expectations to recent range of my code addition.

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M tools/perf_expectations/perf_expectations.json View 2 chunks +12 lines, -12 lines 1 comment Download

Messages

Total messages: 8 (0 generated)
brettw
Bump more expectations. I spent quite a while and can't really figure out exactly what ...
9 years ago (2011-12-11 20:00:05 UTC) #1
brettw
TBR
9 years ago (2011-12-11 20:00:27 UTC) #2
Nico
http://codereview.chromium.org/8913001/diff/2001/tools/perf_expectations/perf_expectations.json File tools/perf_expectations/perf_expectations.json (right): http://codereview.chromium.org/8913001/diff/2001/tools/perf_expectations/perf_expectations.json#newcode1 tools/perf_expectations/perf_expectations.json:1: {"linux-release-64/sizes/chrome-bss/bss": {"reva": 113953, "revb": 113962, "type": "absolute", "improve": 595081, ...
9 years ago (2011-12-11 21:20:13 UTC) #3
cmp
There are presubmit checks that give a clear error if one uploads a change like ...
9 years ago (2011-12-12 20:36:20 UTC) #4
brettw
On Mon, Dec 12, 2011 at 12:36 PM, <cmp@chromium.org> wrote: > There are presubmit checks ...
9 years ago (2011-12-12 20:39:13 UTC) #5
cmp
I copied the first line's change into my local perf_expectations.json copy and made it myself. ...
9 years ago (2011-12-12 20:56:53 UTC) #6
cmp
The script works fine with a reva that's higher than revb. Internally, it juggles them ...
9 years ago (2011-12-12 21:02:27 UTC) #7
brettw
9 years ago (2011-12-12 21:08:26 UTC) #8
On Mon, Dec 12, 2011 at 1:02 PM,  <cmp@chromium.org> wrote:
> The script works fine with a reva that's higher than revb.  Internally, it
> juggles them so it ensures that reva is lower than revb.  Here's a line with
> 113963:113962:
>
> +{"linux-release-64/sizes/chrome-bss/bss": {"reva": 113963, "revb": 113962,
>
> "type": "absolute", "better": "lower", "improve": 595081, "regress": 657756,
> "sha1": "c1e34d47"},
>
> Here's a line with 113962:113963:
>
> +{"linux-release-64/sizes/chrome-bss/bss": {"reva": 113962, "revb": 113963,
>
> "type": "absolute", "better": "lower", "improve": 594048, "regress": 656580,
> "sha1": "0f4cb1b8"},
>
> Based on this I believe there's nothing obviously wrong with how
> make_expectations.py handles these cases, on my system at least.  Brett, can
> you
> give more details on how it handled these cases on your system?  Was it a
> no-op
> which didn't touch perf_expectations.json at all and didn't give any error
> messages?

I got that error message, but I didn't know what it meant or what to
do about it.

Brett

Powered by Google App Engine
This is Rietveld 408576698