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

Issue 9958051: Add support for Dromaeo tests in perf scripts. (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 support for Dromaeo tests in perf scripts. Committed: https://code.google.com/p/dart/source/detail?r=6115

Patch Set 1 #

Patch Set 2 : Add to uploaded data. #

Total comments: 13

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -107 lines) Patch
M samples/third_party/dromaeo/generate_frog_tests.py View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M tools/testing/perf_testing/index.html View 1 chunk +5 lines, -3 lines 0 comments Download
M tools/testing/perf_testing/run_perf_tests.py View 1 2 25 chunks +177 lines, -72 lines 0 comments Download
M tools/testing/run_selenium.py View 8 chunks +51 lines, -30 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
vsm
8 years, 8 months ago (2012-04-01 03:36:22 UTC) #1
Emily Fortuna
lgtm https://chromiumcodereview.appspot.com/9958051/diff/3001/tools/testing/perf_testing/run_perf_tests.py File tools/testing/perf_testing/run_perf_tests.py (right): https://chromiumcodereview.appspot.com/9958051/diff/3001/tools/testing/perf_testing/run_perf_tests.py#newcode345 tools/testing/perf_testing/run_perf_tests.py:345: def calculate_geometric_mean(self, platform, variants, svn_revision): call this "variant" ...
8 years, 8 months ago (2012-04-02 20:55:40 UTC) #2
Emily Fortuna
https://chromiumcodereview.appspot.com/9958051/diff/3001/tools/testing/perf_testing/run_perf_tests.py File tools/testing/perf_testing/run_perf_tests.py (right): https://chromiumcodereview.appspot.com/9958051/diff/3001/tools/testing/perf_testing/run_perf_tests.py#newcode354 tools/testing/perf_testing/run_perf_tests.py:354: [math.pow(math.e, geo_mean / len(self.values_list))] On 2012/04/02 20:55:40, Emily Fortuna ...
8 years, 8 months ago (2012-04-02 20:59:03 UTC) #3
Emily Fortuna
One more comment: When I tried to run the dromaeo tests on my computer I ...
8 years, 8 months ago (2012-04-02 21:10:10 UTC) #4
Emily Fortuna
https://chromiumcodereview.appspot.com/9958051/diff/3001/samples/third_party/dromaeo/generate_frog_tests.py File samples/third_party/dromaeo/generate_frog_tests.py (right): https://chromiumcodereview.appspot.com/9958051/diff/3001/samples/third_party/dromaeo/generate_frog_tests.py#newcode21 samples/third_party/dromaeo/generate_frog_tests.py:21: 'dart-sdk', 'bin', 'frogc')) The reason I was getting a ...
8 years, 8 months ago (2012-04-02 21:27:41 UTC) #5
vsm
Thanks, landing. https://chromiumcodereview.appspot.com/9958051/diff/3001/samples/third_party/dromaeo/generate_frog_tests.py File samples/third_party/dromaeo/generate_frog_tests.py (right): https://chromiumcodereview.appspot.com/9958051/diff/3001/samples/third_party/dromaeo/generate_frog_tests.py#newcode21 samples/third_party/dromaeo/generate_frog_tests.py:21: 'dart-sdk', 'bin', 'frogc')) Thanks for the catch. ...
8 years, 8 months ago (2012-04-02 22:16:19 UTC) #6
Emily Fortuna
8 years, 8 months ago (2012-04-02 22:19:08 UTC) #7
https://chromiumcodereview.appspot.com/9958051/diff/3001/tools/testing/run_se...
File tools/testing/run_selenium.py (right):

https://chromiumcodereview.appspot.com/9958051/diff/3001/tools/testing/run_se...
tools/testing/run_selenium.py:131: config = 'perf'
On 2012/04/02 22:16:19, vsm wrote:
> Agreed.  That would be cleaner.  I wasn't sure where else this script is
being
> invoked though.  Do you want me to change it?
> 
> On 2012/04/02 20:55:40, Emily Fortuna wrote:
> > We could instead set a string to the value of the configuration instead of
> > having "action = 'store_true'" for the arguments, since only one config is
> valid
> > at a time, there's not much reason to have boolean flags for each one, and
> then
> > find a string afterward.
> 

I support changing it. Outside of the other script you changed, it's also being
invoked once by test.dart. That's it!

Powered by Google App Engine
This is Rietveld 408576698