RESOLVED FIXED 69207
Bencher script makes it difficult to do automated performance testing
https://bugs.webkit.org/show_bug.cgi?id=69207
Summary Bencher script makes it difficult to do automated performance testing
Filip Pizlo
Reported 2011-10-01 00:40:44 PDT
The Tools/Scripts/bencher script simplifies performance testing. Sometimes it would be useful to use bencher itself within a script, and read out the results - for example when varying some configuration parameter of a particular build of a VM. But bencher has no way of computing a single aggregate result for all benchmark suites, and no way of printing it. It also gets confused if a VM is modified to print additional output beyond jsc's print statement, which makes it impossible to use bencher with certain profiling features enabled.
Attachments
the patch (12.88 KB, patch)
2011-10-01 00:50 PDT, Filip Pizlo
sam: review+
Filip Pizlo
Comment 1 2011-10-01 00:50:40 PDT
Created attachment 109402 [details] the patch
Chris Rogers
Comment 2 2011-10-01 10:48:52 PDT
Hi Filip, I'm not sure why this issue is associated with the "Web Audio" component?
Sam Weinig
Comment 3 2011-10-01 13:24:14 PDT
(In reply to comment #2) > Hi Filip, I'm not sure why this issue is associated with the "Web Audio" component? My guess is off by one from Tools/Tests. Fixed.
Filip Pizlo
Comment 4 2011-10-01 14:52:42 PDT
(In reply to comment #3) > (In reply to comment #2) > > Hi Filip, I'm not sure why this issue is associated with the "Web Audio" component? > > My guess is off by one from Tools/Tests. Fixed. Thanks!
Filip Pizlo
Comment 5 2011-10-01 15:01:59 PDT
Landed in r96462.
Note You need to log in before you can comment on or make changes to this bug.