test: Fix conflation of different device scales in index.html

Currently testtable.js does not recognise the difference between running
the same test with multiple scale factors and merges the results into
one.
This commit is contained in:
Chris Wilson 2014-10-09 10:43:15 +01:00
parent 8047179bfc
commit a8abf3a48b

View file

@ -21,7 +21,7 @@ resultToString = {
};
resultField = "result";
rowFields = [ "test", "offset", "similar" ];
rowFields = [ "test", "offset", "scale", "similar" ];
colFields = [ "target", "format" ];
allFields = [ resultField ].concat (rowFields, colFields);