Fix that.
Created attachment 252520 [details] Fixes the bug
Comment on attachment 252520 [details] Fixes the bug r=me!
Comment on attachment 252520 [details] Fixes the bug View in context: https://bugs.webkit.org/attachment.cgi?id=252520&action=review > Websites/perf.webkit.org/public/js/helper-classes.js:165 > - 'Allocations': 'B'}[suffix]; > + 'Allocations': 'B', > + 'Score': 'pt'}[suffix]; smallerIsBetter function in v1 returns true if it's equal to 'B' or 'ms'.
Committed r183890: <http://trac.webkit.org/changeset/183890>