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.
This commit is contained in:
Jackson Gardner 2024-02-29 14:30:48 -08:00 committed by GitHub
parent 90b956ce8c
commit 203ec8b837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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