Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f9d171e authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Disable Crankshaft in DRT for performance testing.

Bug: 5052287
Change-Id: I9197f116d36c4cddd533f4aa07974f8c2d4678fe
parent f4a28b5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
        // Expose window.gc function to JavaScript. JSC build exposes
        // this function by default, but V8 requires the flag to turn it on.
        // WebView::setJsFlags is noop in JSC build.
        mWebView.setJsFlags("--expose_gc");
        mWebView.setJsFlags("--expose_gc --crankshaft=false");

        mHandler = new AsyncHandler();