|
Add Chart JSON processing to Telemetry.
This patch implements Chart JSON for Telemetry, which represents a JSON format specifically for conveying data to Buildbot to be sent to the perf dashboard in charted/summarized form.
Consult go/telemetry-json for further specs on this format.
This is an 0.1 since the overall metadata and description portions of the format are still in flux.
BUG= 399970
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291185
Total comments: 23
Total comments: 36
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+231 lines, -36 lines) |
Patch |
 |
M |
tools/telemetry/telemetry/results/buildbot_output_formatter.py
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
tools/telemetry/telemetry/results/chart_json.py
|
View
|
1
2
3
4
5
6
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/telemetry/telemetry/results/chart_json_unittest.py
|
View
|
1
2
3
4
5
6
|
1 chunk |
+117 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/results/json_output_formatter.py
|
View
|
1
2
3
4
5
6
|
2 chunks |
+19 lines, -9 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/results/json_output_formatter_unittest.py
|
View
|
1
2
3
4
5
|
5 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/results/results_options.py
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/value/__init__.py
|
View
|
1
2
3
4
5
|
3 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/value/failure.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/value/failure_unittest.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/value/scalar_unittest.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/value/skip.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/value/skip_unittest.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/value/string_unittest.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/value/value_unittest.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|