RESOLVED FIXED Bug 159246
ES6SampleBench should have a harness
https://bugs.webkit.org/show_bug.cgi?id=159246
Summary ES6SampleBench should have a harness
Filip Pizlo
Reported 2016-06-28 21:44:56 PDT
Patch forthcoming.
Attachments
the patch (33.42 KB, patch)
2016-06-28 21:50 PDT, Filip Pizlo
saam: review+
Filip Pizlo
Comment 1 2016-06-28 21:50:25 PDT
Created attachment 282318 [details] the patch
Saam Barati
Comment 2 2016-06-28 22:06:53 PDT
Comment on attachment 282318 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=282318&action=review > PerformanceTests/ES6SampleBench/driver.js:152 > + magicFrame.contentDocument.write( > + "<!DOCTYPE html><head><title>benchmark payload</title></head><body><script>\n" + > + "window.onerror = top." + this._key + ".reportError;\n" + > + "function reportResult()\n" + > + "{\n" + > + " var driver = top." + this._key + ";\n" + > + " driver.reportResult.apply(driver, arguments);\n" + > + "}\n" + > + "</script>\n" + > + this._benchmark.code + "</body></html>"); Nit: This would be easier to read as a template literal
Filip Pizlo
Comment 3 2016-06-28 22:54:54 PDT
(In reply to comment #2) > Comment on attachment 282318 [details] > the patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=282318&action=review > > > PerformanceTests/ES6SampleBench/driver.js:152 > > + magicFrame.contentDocument.write( > > + "<!DOCTYPE html><head><title>benchmark payload</title></head><body><script>\n" + > > + "window.onerror = top." + this._key + ".reportError;\n" + > > + "function reportResult()\n" + > > + "{\n" + > > + " var driver = top." + this._key + ";\n" + > > + " driver.reportResult.apply(driver, arguments);\n" + > > + "}\n" + > > + "</script>\n" + > > + this._benchmark.code + "</body></html>"); > > Nit: This would be easier to read as a template literal Good idea! Fixed.
Filip Pizlo
Comment 4 2016-06-28 22:56:19 PDT
Note You need to log in before you can comment on or make changes to this bug.