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

Issue 392393002: Change JSON output of nanobench. (Closed)

Created:
6 years, 5 months ago by jcgregorio
Modified:
6 years, 5 months ago
Reviewers:
mtklein, bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Change JSON output of nanobench. We're moving away from BigQuery for storing results so the output doens't have to conform to BQ requirements, which allows simplifying the format. Also stop parsing the filename for information and pass in buildbot parameters explicitly. Adds the following flags to nanobench: --key --gitHash BUG=skia: Committed: https://skia.googlesource.com/skia/+/bf5e5237b8f5dc9288d72e90864d6ba8d4bfbb72

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 5

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 17

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -9 lines) Patch
M bench/ResultsWriter.h View 1 2 3 4 5 6 7 8 9 chunks +103 lines, -0 lines 0 comments Download
M bench/nanobench.cpp View 1 2 3 4 5 6 7 8 9 6 chunks +40 lines, -9 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
jcgregorio
https://codereview.chromium.org/392393002/diff/60001/bench/nanobench.cpp File bench/nanobench.cpp (right): https://codereview.chromium.org/392393002/diff/60001/bench/nanobench.cpp#newcode274 bench/nanobench.cpp:274: // Need help, how do I get the GL ...
6 years, 5 months ago (2014-07-16 19:11:29 UTC) #1
mtklein
+Brian If anyone knows the answer to those GL questions, Brian will.
6 years, 5 months ago (2014-07-16 19:24:03 UTC) #2
mtklein
https://codereview.chromium.org/392393002/diff/60001/bench/nanobench.cpp File bench/nanobench.cpp (right): https://codereview.chromium.org/392393002/diff/60001/bench/nanobench.cpp#newcode329 bench/nanobench.cpp:329: bool loggedBench = false; Why this change?
6 years, 5 months ago (2014-07-16 19:26:51 UTC) #3
bsalomon
https://codereview.chromium.org/392393002/diff/60001/bench/nanobench.cpp File bench/nanobench.cpp (right): https://codereview.chromium.org/392393002/diff/60001/bench/nanobench.cpp#newcode274 bench/nanobench.cpp:274: // Need help, how do I get the GL ...
6 years, 5 months ago (2014-07-16 19:36:29 UTC) #4
jcgregorio
https://codereview.chromium.org/392393002/diff/60001/bench/nanobench.cpp File bench/nanobench.cpp (right): https://codereview.chromium.org/392393002/diff/60001/bench/nanobench.cpp#newcode274 bench/nanobench.cpp:274: // Need help, how do I get the GL ...
6 years, 5 months ago (2014-07-17 13:11:51 UTC) #5
bsalomon
https://codereview.chromium.org/392393002/diff/140001/bench/nanobench.cpp File bench/nanobench.cpp (right): https://codereview.chromium.org/392393002/diff/140001/bench/nanobench.cpp#newcode275 bench/nanobench.cpp:275: gGrFactory.get(GrContextFactory::kNative_GLContextType); We don't always want to use the kNative ...
6 years, 5 months ago (2014-07-17 13:35:05 UTC) #6
mtklein
https://codereview.chromium.org/392393002/diff/140001/bench/nanobench.cpp File bench/nanobench.cpp (right): https://codereview.chromium.org/392393002/diff/140001/bench/nanobench.cpp#newcode254 bench/nanobench.cpp:254: static void fill_static_options(ResultsWriter* log) { Let's merge fill_static_options and ...
6 years, 5 months ago (2014-07-17 13:41:16 UTC) #7
jcgregorio
OK, sample of the new JSON output looks like this: { "gitHash": "d1830323662ae8ae06908b97f15180fd25808894", "key": { ...
6 years, 5 months ago (2014-07-17 19:13:23 UTC) #8
mtklein
lgtm https://codereview.chromium.org/392393002/diff/140001/bench/nanobench.cpp File bench/nanobench.cpp (right): https://codereview.chromium.org/392393002/diff/140001/bench/nanobench.cpp#newcode255 bench/nanobench.cpp:255: #if defined(SK_BUILD_FOR_WIN32) On 2014/07/17 19:13:22, jcgregorio wrote: > ...
6 years, 5 months ago (2014-07-17 19:21:36 UTC) #9
jcgregorio
https://codereview.chromium.org/392393002/diff/140001/bench/nanobench.cpp File bench/nanobench.cpp (right): https://codereview.chromium.org/392393002/diff/140001/bench/nanobench.cpp#newcode255 bench/nanobench.cpp:255: #if defined(SK_BUILD_FOR_WIN32) It does come from there, but it's ...
6 years, 5 months ago (2014-07-17 19:32:46 UTC) #10
bsalomon
lgtm
6 years, 5 months ago (2014-07-17 19:44:48 UTC) #11
jcgregorio
The CQ bit was checked by jcgregorio@google.com
6 years, 5 months ago (2014-07-17 19:49:10 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jcgregorio@google.com/392393002/160001
6 years, 5 months ago (2014-07-17 19:50:15 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-17 19:50:20 UTC) #14
commit-bot: I haz the power
Failed to apply patch for bench/nanobench.cpp: While running git apply --index -p1; error: patch failed: ...
6 years, 5 months ago (2014-07-17 19:50:20 UTC) #15
jcgregorio
The CQ bit was checked by jcgregorio@google.com
6 years, 5 months ago (2014-07-17 19:55:41 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jcgregorio@google.com/392393002/180001
6 years, 5 months ago (2014-07-17 19:56:25 UTC) #17
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 20:14:22 UTC) #18
Message was sent while issue was closed.
Change committed as bf5e5237b8f5dc9288d72e90864d6ba8d4bfbb72

Powered by Google App Engine
This is Rietveld 408576698