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

Issue 10095016: Add Dartium to browser_perf tests (Closed)

Created:
8 years, 8 months ago by vsm
Modified:
8 years, 8 months ago
Reviewers:
Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add Dartium to browser_perf tests Committed: https://code.google.com/p/dart/source/detail?r=6696

Patch Set 1 #

Total comments: 5

Patch Set 2 : Check for valid combos #

Total comments: 6

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -17 lines) Patch
M tools/testing/perf_testing/run_perf_tests.py View 1 2 10 chunks +61 lines, -17 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
vsm
8 years, 8 months ago (2012-04-16 16:16:02 UTC) #1
Emily Fortuna
https://chromiumcodereview.appspot.com/10095016/diff/1/tools/testing/perf_testing/run_perf_tests.py File tools/testing/perf_testing/run_perf_tests.py (right): https://chromiumcodereview.appspot.com/10095016/diff/1/tools/testing/perf_testing/run_perf_tests.py#newcode410 tools/testing/perf_testing/run_perf_tests.py:410: self.test.test_runner.run_cmd(['echo', 'Revision: ' + revision], outfile) Do you want ...
8 years, 8 months ago (2012-04-16 19:22:14 UTC) #2
vsm
https://chromiumcodereview.appspot.com/10095016/diff/1/tools/testing/perf_testing/run_perf_tests.py File tools/testing/perf_testing/run_perf_tests.py (right): https://chromiumcodereview.appspot.com/10095016/diff/1/tools/testing/perf_testing/run_perf_tests.py#newcode434 tools/testing/perf_testing/run_perf_tests.py:434: geo_mean += math.log(self.test.values_dict[platform][variant][benchmark][ Ahh, I meant to clean this ...
8 years, 8 months ago (2012-04-16 20:41:08 UTC) #3
Emily Fortuna
https://chromiumcodereview.appspot.com/10095016/diff/1/tools/testing/perf_testing/run_perf_tests.py File tools/testing/perf_testing/run_perf_tests.py (right): https://chromiumcodereview.appspot.com/10095016/diff/1/tools/testing/perf_testing/run_perf_tests.py#newcode434 tools/testing/perf_testing/run_perf_tests.py:434: geo_mean += math.log(self.test.values_dict[platform][variant][benchmark][ On 2012/04/16 20:41:08, vsm wrote: > ...
8 years, 8 months ago (2012-04-16 20:50:17 UTC) #4
vsm
https://chromiumcodereview.appspot.com/10095016/diff/1/tools/testing/perf_testing/run_perf_tests.py File tools/testing/perf_testing/run_perf_tests.py (right): https://chromiumcodereview.appspot.com/10095016/diff/1/tools/testing/perf_testing/run_perf_tests.py#newcode434 tools/testing/perf_testing/run_perf_tests.py:434: geo_mean += math.log(self.test.values_dict[platform][variant][benchmark][ Done. PTAL. On 2012/04/16 20:50:17, Emily ...
8 years, 8 months ago (2012-04-16 22:02:58 UTC) #5
Emily Fortuna
lgtm, with comments, please. My apologies for sitting on this and not getting back to ...
8 years, 8 months ago (2012-04-17 19:59:29 UTC) #6
vsm
8 years, 8 months ago (2012-04-18 15:46:54 UTC) #7
https://chromiumcodereview.appspot.com/10095016/diff/5002/tools/testing/perf_...
File tools/testing/perf_testing/run_perf_tests.py (right):

https://chromiumcodereview.appspot.com/10095016/diff/5002/tools/testing/perf_...
tools/testing/perf_testing/run_perf_tests.py:442: geo_mean +=
math.log(self.test.values_dict[platform][variant][benchmark][
On 2012/04/17 19:59:29, Emily Fortuna wrote:
> 80 char.

Done.

https://chromiumcodereview.appspot.com/10095016/diff/5002/tools/testing/perf_...
tools/testing/perf_testing/run_perf_tests.py:592: clear_axis = False
Thanks for the catch!

On 2012/04/17 19:59:29, Emily Fortuna wrote:
> This line also needs to be indented two more spaces.

https://chromiumcodereview.appspot.com/10095016/diff/5002/tools/testing/perf_...
tools/testing/perf_testing/run_perf_tests.py:692: # TODO(vsm): It's inconvenient
that run_cmd isn't in scope here.
This does mean checking multiple times on a single run and potentially using
different versions for different Testers.

On 2012/04/17 19:59:29, Emily Fortuna wrote:
> Perhaps in any "BrowserTest" just before it is actually run, the Tester
performs
> any set up needed, such as downloading an updated version fo DRT.

Powered by Google App Engine
This is Rietveld 408576698