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

Side by Side Diff: cluster_telemetry/telemetry_slave_scripts/test_data/summary.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": "skpfileA_skp.png", 5 "fileName": "skpfileA_skp.png",
6 "maxDiffPerChannel": 4, 6 "maxDiffPerChannel": 4,
7 "numPixelsDiffering": 1, 7 "numPixelsDiffering": 1,
8 "percentPixelsDiffering": 2, 8 "percentPixelsDiffering": 2,
9 "perceptualDiff": 5, 9 "perceptualDiff": 5,
10 "skpLocation": "gs://dummy-bucket/skps/skpfileA.skp", 10 "skpLocation": "gs://dummy-bucket/skps/skpfileA.skp"
11 "weightedDiffMeasure": 3
12 }, 11 },
13 { 12 {
14 "fileName": "skpfileB_skp-tile1.png", 13 "fileName": "skpfileB_skp-tile1.png",
15 "maxDiffPerChannel": 4, 14 "maxDiffPerChannel": 4,
16 "numPixelsDiffering": 1, 15 "numPixelsDiffering": 1,
17 "percentPixelsDiffering": 2, 16 "percentPixelsDiffering": 2,
18 "perceptualDiff": 5, 17 "perceptualDiff": 5,
19 "skpLocation": "gs://dummy-bucket/skps/skpfileB.skp", 18 "skpLocation": "gs://dummy-bucket/skps/skpfileB.skp"
20 "weightedDiffMeasure": 3
21 } 19 }
22 ], 20 ],
23 "failedFilesCount": 2, 21 "failedFilesCount": 2,
24 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave1/diffs", 22 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave1/diffs",
25 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave1/nopatch-ima ges", 23 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave1/nopatch-ima ges",
26 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave1/whitedif fs", 24 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave1/whitedif fs",
27 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave1/withpatch -images", 25 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave1/withpatch -images",
28 "skpsLocation": "gs://dummy-bucket/skps" 26 "skpsLocation": "gs://dummy-bucket/skps"
29 } 27 }
30 } 28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698