server
library
Functions
-
serveWebBenchmark({required Directory benchmarkAppDirectory, required String entryPoint, int benchmarkServerPort = defaultBenchmarkServerPort, int chromeDebugPort = defaultChromeDebugPort, bool headless = true, bool treeShakeIcons = true, CompilationOptions compilationOptions = const CompilationOptions.js(), String benchmarkPath = defaultInitialPath})
→ Future<BenchmarkResults>
-
Builds and serves a Flutter Web app, collects raw benchmark data and
summarizes the result as a
BenchmarkResult
.