Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
formatting
  • Loading branch information
kenzieschmoll committed Sep 11, 2024
commit 96e23d8738e34f31af2c2bbb837e4df74f49a10e
10 changes: 5 additions & 5 deletions packages/web_benchmarks/lib/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ const int defaultChromeDebugPort = 10000;
///
/// If [headless] is true, runs Chrome without UI. In particular, this is
/// useful in environments (e.g. CI) that doesn't have a display.
///
///
/// If [treeShakeIcons] is false, '--no-tree-shake-icons' will be passed as a
/// build argument when building the benchmark app.
///
///
/// [initialPage] specifies the 'path' of the URL to load upon opening the
/// benchmark app in Chrome.
///
///
/// [queryParameters] specifies the 'queryParameters' of the URL to load upon
/// opening the benchmark app in Chrome.
///
///
/// [compilationOptions] specify the compiler and renderer to use for the
/// benchmark app. This can either use dart2wasm & skwasm or
/// benchmark app. This can either use dart2wasm & skwasm or
/// dart2js & canvaskit.
Future<BenchmarkResults> serveWebBenchmark({
required io.Directory benchmarkAppDirectory,
Expand Down