Convert CSS and Parser tests to runs/s tests
Created attachment 141785 [details] Converted CSS and Parser tests to use runPerSecond
I don't understand what this change does. Could you please explain more in teh ChangeLOg?
Comment on attachment 141785 [details] Converted CSS and Parser tests to use runPerSecond r=me assuming you add a more descriptive changelog. IMO, reducing bot cycle time is the secondary benefit. The other advantage is that runPerSecond is less likely to degrade overtime as we improve performance on the test.
(In reply to comment #2) > I don't understand what this change does. Could you please explain more in teh ChangeLOg? Sorry I forgot to mention that this is a follow up to http://trac.webkit.org/changeset/116916. Basically we want to measure performance in runs/s (i.e. function calls per second) instead of ms so that when WebKit gets faster, we can still measure it reliably (e.g. granularity of Date.now() appears to be around 10-50ms) without having to modify tests to make them artificially slower.
Committed r117001: <http://trac.webkit.org/changeset/117001>