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

Issue 10944003: Add standalone script to parse Chrome Endure test results and dump to graph files. (Closed)

Created:
8 years, 3 months ago by dennis_jeffrey
Modified:
8 years, 2 months ago
CC:
chromium-reviews, dennis_jeffrey, anantha, dyu1, Nirnimesh, Yuki Shiino, cmp
Visibility:
Public.

Description

Add standalone script to parse Chrome Endure test results and dump to graph files. This script parses Chrome Endure test results by analyzing the "stdio" links on the chromium.pyauto waterfall where the Chrome Endure bots run. The test results are then dumped into local text files that can be displayed by the Chrome Endure graphing files. BUG=chromium-os:32302 TEST=Verified the script runs on my local machine and result graphs can be viewed with the data files created by this script. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158728

Patch Set 1 #

Patch Set 2 : Revised version - now ready for review. #

Total comments: 8

Patch Set 3 : Addressed first round of review comments. #

Total comments: 4

Patch Set 4 : Addressed second round of review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+596 lines, -0 lines) Patch
A chrome/test/functional/perf/endure_result_parser.py View 1 2 3 1 chunk +596 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
dennis_jeffrey
Nirnimesh, could you please review this? Ultimately this script should be removed once the functionality ...
8 years, 3 months ago (2012-09-19 01:09:49 UTC) #1
Dai Mikurube (NOT FULLTIME)
Just nits. Let's use valid JSON like http://crrev.com/155120. http://codereview.chromium.org/10944003/diff/2001/chrome/test/functional/perf/endure_result_parser.py File chrome/test/functional/perf/endure_result_parser.py (right): http://codereview.chromium.org/10944003/diff/2001/chrome/test/functional/perf/endure_result_parser.py#newcode106 chrome/test/functional/perf/endure_result_parser.py:106: line_dict ...
8 years, 3 months ago (2012-09-20 04:26:08 UTC) #2
Dai Mikurube (NOT FULLTIME)
Hi Dennis, I tried accepting multiple performance values in endure_result_parser.py in addition to the comment ...
8 years, 3 months ago (2012-09-20 06:58:48 UTC) #3
dennis_jeffrey
http://codereview.chromium.org/10944003/diff/2001/chrome/test/functional/perf/endure_result_parser.py File chrome/test/functional/perf/endure_result_parser.py (right): http://codereview.chromium.org/10944003/diff/2001/chrome/test/functional/perf/endure_result_parser.py#newcode106 chrome/test/functional/perf/endure_result_parser.py:106: line_dict = eval(line) On 2012/09/20 04:26:08, Dai Mikurube wrote: ...
8 years, 3 months ago (2012-09-25 01:21:21 UTC) #4
Nirnimesh
Sorry for the delay; I somehow missed reviewing this CL http://codereview.chromium.org/10944003/diff/9001/chrome/test/functional/perf/endure_result_parser.py File chrome/test/functional/perf/endure_result_parser.py (right): http://codereview.chromium.org/10944003/diff/9001/chrome/test/functional/perf/endure_result_parser.py#newcode45 ...
8 years, 2 months ago (2012-09-25 20:31:28 UTC) #5
dennis_jeffrey
Thanks! http://codereview.chromium.org/10944003/diff/9001/chrome/test/functional/perf/endure_result_parser.py File chrome/test/functional/perf/endure_result_parser.py (right): http://codereview.chromium.org/10944003/diff/9001/chrome/test/functional/perf/endure_result_parser.py#newcode45 chrome/test/functional/perf/endure_result_parser.py:45: BUILDER_URL_BASE = 'http://chromegw.corp.google.com/i/chromium.pyauto/builders/' On 2012/09/25 20:31:28, Nirnimesh wrote: ...
8 years, 2 months ago (2012-09-25 21:47:40 UTC) #6
Nirnimesh
LGTM
8 years, 2 months ago (2012-09-25 22:33:03 UTC) #7
dennis_jeffrey
Thanks, Nirnimesh. Dai, does this CL look good to you? I'll hold off on submitting ...
8 years, 2 months ago (2012-09-25 22:47:06 UTC) #8
Dai Mikurube (NOT FULLTIME)
On 2012/09/25 22:47:06, dennis_jeffrey wrote: > Thanks, Nirnimesh. > > Dai, does this CL look ...
8 years, 2 months ago (2012-09-26 00:13:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dennisjeffrey@chromium.org/10944003/14001
8 years, 2 months ago (2012-09-26 00:18:23 UTC) #10
commit-bot: I haz the power
8 years, 2 months ago (2012-09-26 02:53:44 UTC) #11
Change committed as 158728

Powered by Google App Engine
This is Rietveld 408576698