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

Issue 503028: Python script for dromaeo benchmark automation. (Closed)

Created:
11 years ago by pavel.podivilov
Modified:
9 years, 7 months ago
Reviewers:
Vitaly Repeshko
CC:
pfeldman
Visibility:
Public.

Description

Python script for dromaeo benchmark automation. BUG=none TEST=none

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 48

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 10

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -0 lines) Patch
A tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py View 1 2 3 4 5 1 chunk +263 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Vitaly Repeshko
Looks promising. -- Vitaly http://codereview.chromium.org/503028/diff/1001/1002 File tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py (right): http://codereview.chromium.org/503028/diff/1001/1002#newcode1 tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py:1: #!/usr/bin/python2.4 This should be "/usr/bin/evn ...
11 years ago (2009-12-16 17:22:58 UTC) #1
pavel.podivilov
http://codereview.chromium.org/503028/diff/1001/1002 File tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py (right): http://codereview.chromium.org/503028/diff/1001/1002#newcode1 tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py:1: #!/usr/bin/python2.4 On 2009/12/16 17:22:58, Vitaly wrote: > This should ...
11 years ago (2009-12-22 17:20:57 UTC) #2
Vitaly Repeshko
LGTM. http://codereview.chromium.org/503028/diff/5001/5002 File tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py (right): http://codereview.chromium.org/503028/diff/5001/5002#newcode7 tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py:7: Script runs dromaeo tests in browsers specified by ...
11 years ago (2009-12-24 19:11:37 UTC) #3
pavel.podivilov
10 years, 12 months ago (2009-12-25 09:18:18 UTC) #4
http://codereview.chromium.org/503028/diff/5001/5002
File tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py (right):

http://codereview.chromium.org/503028/diff/5001/5002#newcode7
tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py:7: Script runs
dromaeo tests in browsers specified by --browsers switch
On 2009/12/24 19:11:38, Vitaly wrote:
> It's called --browser and can be specified multiple times.

Done.

http://codereview.chromium.org/503028/diff/5001/5002#newcode10
tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py:10: You'll need to
install Google Data APIs Python Client Library to run this
On 2009/12/24 19:11:38, Vitaly wrote:
> Format like this:
> Prerequisites:
> 1. Install Google Data APIs Python Client Library from ...
> 2. Checkout Dromaeo benchmark from ...
> 3. Create a spreadsheet ...

Done.

http://codereview.chromium.org/503028/diff/5001/5002#newcode26
tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py:26: Please note, that
spreadsheet should be created manually.
On 2009/12/24 19:11:38, Vitaly wrote:
> Please add a copy-pasteable sample usage.

Done.

http://codereview.chromium.org/503028/diff/5001/5002#newcode116
tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py:116: # search for the
spreadsheet with title = spreadsheet_title
On 2009/12/24 19:11:38, Vitaly wrote:
> Reformat comments to start from a capital letter and end with period.

Done.

http://codereview.chromium.org/503028/diff/5001/5002#newcode123
tools/dromaeo_benchmark_runner/dromaeo_benchmark_runner.py:123:
self.worksheet_id = 'od6'
On 2009/12/24 19:11:38, Vitaly wrote:
> What does magic "od6" mean?

Replaced with worksheet feed.

Powered by Google App Engine
This is Rietveld 408576698