[Webkit-unassigned] [Bug 71801] Benchmark using higher-precision timers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 00:56:50 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=71801





--- Comment #21 from Andy Wingo <wingo at igalia.com>  2012-02-10 00:56:49 PST ---
(In reply to comment #19)
> (From update of attachment 116053 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=116053&action=review
> 
> > PerformanceTests/SunSpider/resources/sunspider-standalone-driver.js:-54
> > -            times[j] = run(testName);
> 
> Where did this line go?

It went away.  Instead we use preciseTime() before and after.

(In reply to comment #20)
> MJS has been the historical keeper of sunspider.  i woudl be happy to approve this if I was convinced there was no behavior change other than using a more precise timer.  Also, doesn't v8-builds use this file as well?

V8 version 3.8.6 (candidate) [console: readline]
d8> run
(d8):1: ReferenceError: run is not defined
run
^

So we are already using JSC-specific API here; I don't see how v8 builds could be running this file.

Regards,

Andy

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list