Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "slave1": { | 2 "slave1": { |
| 3 "failedFiles": [ | 3 "failedFiles": [ |
| 4 { | 4 { |
| 5 "fileName": "file_3.png", | 5 "fileName": "file_3.png", |
| 6 "maxDiffPerChannel": 4, | 6 "maxDiffPerChannel": 4, |
| 7 "numPixelsDiffering": 1, | 7 "numPixelsDiffering": 1, |
| 8 "percentPixelsDiffering": 2, | 8 "percentPixelsDiffering": 2, |
| 9 "perceptualSimilarity": 0.3, | 9 "perceptualSimilarity": 5, |
|
epoger
2014/03/03 21:51:05
Now that perceptualSimilarity is being provided by
rmistry
2014/03/04 13:14:19
Acknowledged. (Rietveld needs an 'Ack' button, I s
epoger
2014/03/04 14:44:42
Ack.
Ack-tually, I guess it would also work for u
| |
| 10 "skpLocation": "gs://dummy-bucket/skps/file_.skp", | 10 "skpLocation": "gs://dummy-bucket/skps/file_.skp", |
| 11 "weightedDiffMeasure": 3 | 11 "weightedDiffMeasure": 3 |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "fileName": "file_.png", | 14 "fileName": "file_.png", |
| 15 "maxDiffPerChannel": 4, | 15 "maxDiffPerChannel": 4, |
| 16 "numPixelsDiffering": 1, | 16 "numPixelsDiffering": 1, |
| 17 "percentPixelsDiffering": 2, | 17 "percentPixelsDiffering": 2, |
| 18 "perceptualSimilarity": 0.1, | 18 "perceptualSimilarity": 5, |
| 19 "skpLocation": "gs://dummy-bucket/skps/file_.skp", | 19 "skpLocation": "gs://dummy-bucket/skps/file_.skp", |
| 20 "weightedDiffMeasure": 3 | 20 "weightedDiffMeasure": 3 |
| 21 } | 21 } |
| 22 ], | 22 ], |
| 23 "failedFilesCount": 2, | 23 "failedFilesCount": 2, |
| 24 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave1/diffs", | 24 "filesLocationDiffs": "gs://dummy-bucket/output-dir/slave1/diffs", |
| 25 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave1/nopatch-ima ges", | 25 "filesLocationNopatch": "gs://dummy-bucket/output-dir/slave1/nopatch-ima ges", |
| 26 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave1/whitedif fs", | 26 "filesLocationWhiteDiffs": "gs://dummy-bucket/output-dir/slave1/whitedif fs", |
| 27 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave1/withpatch -images", | 27 "filesLocationWithpatch": "gs://dummy-bucket/output-dir/slave1/withpatch -images", |
| 28 "skpsLocation": "gs://dummy-bucket/skps" | 28 "skpsLocation": "gs://dummy-bucket/skps" |
| 29 } | 29 } |
| 30 } | 30 } |
| OLD | NEW |