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

Issue 1033603004: perf-to-html.py - render JSON try perf jobs in a pleasing way. (Closed)

Created:
5 years, 9 months ago by mvstanton
Modified:
5 years, 8 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

perf-to-html.py - render JSON try perf jobs in a pleasing way. Convert a perf trybot JSON file into a pleasing HTML page. It can read from standard input or via the --filename option. Examples: cat results.json | perf-to-html.py --title "ia32 results" perf-to-html.py -f results.json -t "ia32 results" -o results.html Options: -h, --help show this help message and exit -f FILENAME, --filename=FILENAME Specifies the filename for the JSON results rather than reading from stdin. -t TITLE, --title=TITLE Optional title of the web page. -o OUTPUT, --output=OUTPUT Write html output to this file rather than stdout. R=machenbach@chromium.org BUG= Committed: https://crrev.com/e7c2bd1a0ee7a6c6045e14648babca0df4c6d7fc Cr-Commit-Position: refs/heads/master@{#27496}

Patch Set 1 #

Patch Set 2 : Retrieve number of runs from the JSON. #

Total comments: 24

Patch Set 3 : Code comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+378 lines, -0 lines) Patch
A tools/perf-to-html.py View 1 2 1 chunk +378 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
mvstanton
Hi Michael, Here is the program we discussed. If it can be added to the ...
5 years, 9 months ago (2015-03-24 13:32:07 UTC) #1
caitp (gmail)
sort of unrelated, but it would be nice to check in baseline perf test results ...
5 years, 9 months ago (2015-03-24 13:34:48 UTC) #2
mvstanton
Hi Michael, Per our discussion, runs are now retrieved from the JSON. PTAL, thanks! --Michael
5 years, 9 months ago (2015-03-25 09:48:50 UTC) #3
Michael Achenbach
At some point this should have some refactorings that makes it more pythonish - and ...
5 years, 9 months ago (2015-03-25 14:49:43 UTC) #4
mvstanton
Hi Michael, here is an update, thx for the good review. I'll handle sorting in ...
5 years, 9 months ago (2015-03-25 15:37:49 UTC) #5
Michael Achenbach
LGMT! Thanks for working on this! This file still invites to do refactorings, which can ...
5 years, 9 months ago (2015-03-27 09:24:43 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1033603004/40001
5 years, 9 months ago (2015-03-27 09:29:27 UTC) #8
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 9 months ago (2015-03-27 09:29:28 UTC) #10
Jakob Kummerow
On 2015/03/27 09:24:43, Michael Achenbach (travelling) wrote: > LGMT! Thanks for working on this! s/LGMT/LGTM/ ...
5 years, 9 months ago (2015-03-27 09:38:16 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1033603004/40001
5 years, 9 months ago (2015-03-27 09:38:57 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 9 months ago (2015-03-27 09:52:24 UTC) #14
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/e7c2bd1a0ee7a6c6045e14648babca0df4c6d7fc Cr-Commit-Position: refs/heads/master@{#27496}
5 years, 9 months ago (2015-03-27 09:52:39 UTC) #15
Michael Achenbach
5 years, 8 months ago (2015-03-31 10:17:27 UTC) #16
Message was sent while issue was closed.
On 2015/03/27 09:52:39, I haz the power (commit-bot) wrote:
> Patchset 3 (id:??) landed as
> https://crrev.com/e7c2bd1a0ee7a6c6045e14648babca0df4c6d7fc
> Cr-Commit-Position: refs/heads/master@{#27496}

Looks Good! Me Too! ;)

Powered by Google App Engine
This is Rietveld 408576698