It's silly for each test file to have <pre id="log"></pre>. PerfTestRunner should automatically create that.
Created attachment 124807 [details] Does that
Comment on attachment 124807 [details] Does that View in context: https://bugs.webkit.org/attachment.cgi?id=124807&action=review > PerformanceTests/resources/runner.js:60 > this.printStatistics(statistics, this.log); Remove this.log?
Thanks for the review. (In reply to comment #2) > (From update of attachment 124807 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=124807&action=review > > > PerformanceTests/resources/runner.js:60 > > this.printStatistics(statistics, this.log); > > Remove this.log? Oops, will fix and land.
Committed r106386: <http://trac.webkit.org/changeset/106386>