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

Side by Side Diff: cluster_telemetry/telemetry_master_scripts/test_data/combiner/differences/summary1.json

Issue 330943002: remove all references to weightedDiffMeasure from cluster_telemetry code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "slave1": { 2 "slave1": {
3 "failedFiles": [ 3 "failedFiles": [
4 { 4 {
5 "fileName": "fileslave1_1.png", 5 "fileName": "fileslave1_1.png",
6 "skpLocation": "gs://dummy-bucket/skps/slave1/fileslave1_.sk p", 6 "skpLocation": "gs://dummy-bucket/skps/slave1/fileslave1_.sk p",
7 "numPixelsDiffering": 111, 7 "numPixelsDiffering": 111,
8 "percentPixelsDiffering": 112, 8 "percentPixelsDiffering": 112,
9 "weightedDiffMeasure": 113,
10 "maxDiffPerChannel": 114, 9 "maxDiffPerChannel": 114,
11 "perceptualDiff": 115 10 "perceptualDiff": 115
12 }, 11 },
13 { 12 {
14 "fileName": "fileslave1_2.png", 13 "fileName": "fileslave1_2.png",
15 "skpLocation": "gs://dummy-bucket/skps/slave1/fileslave1_.sk p", 14 "skpLocation": "gs://dummy-bucket/skps/slave1/fileslave1_.sk p",
16 "numPixelsDiffering": 121, 15 "numPixelsDiffering": 121,
17 "percentPixelsDiffering": 122, 16 "percentPixelsDiffering": 122,
18 "weightedDiffMeasure": 123,
19 "maxDiffPerChannel": 124, 17 "maxDiffPerChannel": 124,
20 "perceptualDiff": 125 18 "perceptualDiff": 125
21 } 19 }
22 ], 20 ],
23 "failedFilesCount": 2, 21 "failedFilesCount": 2,
24 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave1/nopatch-ima ges", 22 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave1/nopatch-ima ges",
25 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave1/withpatch -images", 23 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave1/withpatch -images",
26 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave1/diffs", 24 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave1/diffs",
27 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave1/whitedif fs", 25 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave1/whitedif fs",
28 "skpsLocation": "gs://dummy-bucket/skps/slave1" 26 "skpsLocation": "gs://dummy-bucket/skps/slave1"
29 } 27 }
30 } 28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698