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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 01:30:41 PST 2011


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





--- Comment #9 from Andy Wingo <wingo at igalia.com>  2011-11-21 01:30:41 PST ---
Updated the driver to use preciseTime() instead of jsc's run().  Note that this does change the default environment of the test code; `run' uses a fresh global, whereas `load' exposes the current global to the loaded code.  We do want `load' behavior in the data case though, and having them unified makes a little more sense.

I promise I'll switch to bencher soon, just wanted to follow up with this ;-)

-- 
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