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

Issue 201423002: gen_bench_expectations to generate bench expectations files. (Closed)

Created:
6 years, 9 months ago by benchen
Modified:
6 years, 9 months ago
Reviewers:
borenet
CC:
skia-review_googlegroups.com, skiabot_google.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

gen_bench_expectations to generate bench expectations files. BUG=skia:2225 NOTRY=true Committed: http://code.google.com/p/skia/source/detail?r=13838

Patch Set 1 #

Patch Set 2 : truncates long line. #

Total comments: 10

Patch Set 3 : addresses review comments #

Total comments: 5

Patch Set 4 : second round comments #

Patch Set 5 : adds reference to settings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -33 lines) Patch
M bench/bench_util.py View 1 2 3 4 2 chunks +34 lines, -0 lines 0 comments Download
M bench/check_bench_regressions.py View 3 chunks +2 lines, -33 lines 0 comments Download
A bench/gen_bench_expectations.py View 1 2 1 chunk +115 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
benchen
try to get this in place first.
6 years, 9 months ago (2014-03-17 15:06:20 UTC) #1
borenet
https://codereview.chromium.org/201423002/diff/20001/bench/bench_util.py File bench/bench_util.py (right): https://codereview.chromium.org/201423002/diff/20001/bench/bench_util.py#newcode151 bench/bench_util.py:151: def parse_skp_bench_data(directory, revision, rep, default_settings={}): Using an instance as ...
6 years, 9 months ago (2014-03-17 17:43:05 UTC) #2
benchen
Thanks for the quick review! PTAL. https://codereview.chromium.org/201423002/diff/20001/bench/bench_util.py File bench/bench_util.py (right): https://codereview.chromium.org/201423002/diff/20001/bench/bench_util.py#newcode151 bench/bench_util.py:151: def parse_skp_bench_data(directory, revision, ...
6 years, 9 months ago (2014-03-17 19:02:40 UTC) #3
borenet
Just a few more comments. https://codereview.chromium.org/201423002/diff/40001/bench/bench_util.py File bench/bench_util.py (right): https://codereview.chromium.org/201423002/diff/40001/bench/bench_util.py#newcode158 bench/bench_util.py:158: default_settings: dictionary of other ...
6 years, 9 months ago (2014-03-17 19:14:41 UTC) #4
benchen
please see replies. Thanks! https://codereview.chromium.org/201423002/diff/40001/bench/bench_util.py File bench/bench_util.py (right): https://codereview.chromium.org/201423002/diff/40001/bench/bench_util.py#newcode158 bench/bench_util.py:158: default_settings: dictionary of other run ...
6 years, 9 months ago (2014-03-17 19:37:54 UTC) #5
borenet
LGTM once the settings are addressed. https://codereview.chromium.org/201423002/diff/40001/bench/bench_util.py File bench/bench_util.py (right): https://codereview.chromium.org/201423002/diff/40001/bench/bench_util.py#newcode158 bench/bench_util.py:158: default_settings: dictionary of ...
6 years, 9 months ago (2014-03-17 20:07:25 UTC) #6
benchen
The CQ bit was checked by bensong@google.com
6 years, 9 months ago (2014-03-17 21:16:09 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bensong@google.com/201423002/80001
6 years, 9 months ago (2014-03-17 21:16:18 UTC) #8
commit-bot: I haz the power
Change committed as 13838
6 years, 9 months ago (2014-03-17 21:16:34 UTC) #9
benchen
6 years, 9 months ago (2014-03-17 21:17:20 UTC) #10
Message was sent while issue was closed.
On 2014/03/17 20:07:25, borenet wrote:
> LGTM once the settings are addressed.
> 
> https://codereview.chromium.org/201423002/diff/40001/bench/bench_util.py
> File bench/bench_util.py (right):
> 
>
https://codereview.chromium.org/201423002/diff/40001/bench/bench_util.py#newc...
> bench/bench_util.py:158: default_settings: dictionary of other run settings.
> On 2014/03/17 19:37:54, benchen wrote:
> > Added some. Seems like this is currently only used by microbenches, but we
may
> > activate for picture benches, or add microbench in parsing later. Shall I
> remove
> > it for now?
> > On 2014/03/17 19:14:42, borenet wrote:
> > > Can you give some examples of what these run settings might be?
> > 
> 
> hmm.. Are all of the acceptable settings documented somewhere?  Maybe the best
> thing to do is to point to that, if it exists.  I'll leave it up to you
whether
> to remove it or point to more documentation.

Done. pointed to the benchmain section.

Powered by Google App Engine
This is Rietveld 408576698