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

Issue 10836249: More tweaks to perf script (Closed)

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

Description

More tweaks to perf script Committed: https://code.google.com/p/dart/source/detail?r=10914

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

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

Messages

Total messages: 6 (0 generated)
Emily Fortuna
Removing more evidence of frog, added a weighted distribution mechanism for going back through revisions ...
8 years, 4 months ago (2012-08-15 01:17:33 UTC) #1
vsm
https://chromiumcodereview.appspot.com/10836249/diff/4001/tools/testing/perf_testing/run_perf_tests.py File tools/testing/perf_testing/run_perf_tests.py (right): https://chromiumcodereview.appspot.com/10836249/diff/4001/tools/testing/perf_testing/run_perf_tests.py#newcode904 tools/testing/perf_testing/run_perf_tests.py:904: revision_num = int(search_for_revision(['git', 'svn', 'info'])) Nit: I'd fold the ...
8 years, 4 months ago (2012-08-15 15:27:32 UTC) #2
Emily Fortuna
https://chromiumcodereview.appspot.com/10836249/diff/4001/tools/testing/perf_testing/run_perf_tests.py File tools/testing/perf_testing/run_perf_tests.py (right): https://chromiumcodereview.appspot.com/10836249/diff/4001/tools/testing/perf_testing/run_perf_tests.py#newcode904 tools/testing/perf_testing/run_perf_tests.py:904: revision_num = int(search_for_revision(['git', 'svn', 'info'])) On 2012/08/15 15:27:32, vsm ...
8 years, 4 months ago (2012-08-15 22:10:10 UTC) #3
vsm
https://chromiumcodereview.appspot.com/10836249/diff/6001/tools/testing/perf_testing/run_perf_tests.py File tools/testing/perf_testing/run_perf_tests.py (right): https://chromiumcodereview.appspot.com/10836249/diff/6001/tools/testing/perf_testing/run_perf_tests.py#newcode925 tools/testing/perf_testing/run_perf_tests.py:925: if 10 - num_results < 2 and num_results != ...
8 years, 4 months ago (2012-08-16 00:20:21 UTC) #4
Emily Fortuna
whew! Cleaned up the "random-cl-selection" insanity. https://chromiumcodereview.appspot.com/10836249/diff/6001/tools/testing/perf_testing/run_perf_tests.py File tools/testing/perf_testing/run_perf_tests.py (right): https://chromiumcodereview.appspot.com/10836249/diff/6001/tools/testing/perf_testing/run_perf_tests.py#newcode925 tools/testing/perf_testing/run_perf_tests.py:925: if 10 - ...
8 years, 4 months ago (2012-08-16 21:41:08 UTC) #5
vsm
8 years, 4 months ago (2012-08-16 22:58:08 UTC) #6
lgtm

https://chromiumcodereview.appspot.com/10836249/diff/12001/tools/testing/perf...
File tools/testing/perf_testing/run_perf_tests.py (right):

https://chromiumcodereview.appspot.com/10836249/diff/12001/tools/testing/perf...
tools/testing/perf_testing/run_perf_tests.py:960: hundreds = 1 + revision_num %
bucket_size
Nit: should be "ones" not "hundreds".  Or maybe "max_range".

Powered by Google App Engine
This is Rietveld 408576698