Unverified Commit 203ec8b8 authored by Jackson Gardner's avatar Jackson Gardner Committed by GitHub

Always use local CanvasKit/Skwasm in benchmarks for better hermeticity. (#144423)

We should avoid hitting gstatic in the benchmarks and just use local canvaskit/skwasm instead.
parent 90b956ce
...@@ -11,7 +11,11 @@ found in the LICENSE file. --> ...@@ -11,7 +11,11 @@ found in the LICENSE file. -->
<body> <body>
<script> <script>
{{flutter_build_config}} {{flutter_build_config}}
_flutter.loader.load(); _flutter.loader.load({
config: {
canvasKitBaseUrl: '/canvaskit/',
}
});
</script> </script>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment