Chrome Version: 59.0.3068.0
There are a couple of things we should try to fix that affect the Focus benchmark.
1) On platforms other than Mac (with CoreAnimation) we seem to have a high overhead from running glFlush() for every filter. I think this is the one in GLRenderer::DrawRPDQ(), and I suspect we could remove this.
2) The Focus test itself bottlenecks in Javascript computing the property prefix ('Webkit') all the time.
focus.js:59, FocusElement.animate() calls Utilities.setElementPrefixedProperty(), which computes a prefix in Utilities.browserPrefix().
This needs a patch for the benchmark code in WebKit.
Comment 1 by sheriffbot@chromium.org
, May 18 2018Status: Untriaged (was: Available)