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:
parent
90b956ce8c
commit
203ec8b837
@ -11,7 +11,11 @@ found in the LICENSE file. -->
|
||||
<body>
|
||||
<script>
|
||||
{{flutter_build_config}}
|
||||
_flutter.loader.load();
|
||||
_flutter.loader.load({
|
||||
config: {
|
||||
canvasKitBaseUrl: '/canvaskit/',
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user