File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,7 @@ Future<void> _runBenchmarks({bool useWasm = false}) async {
7575
7676 for (final devToolsBenchmark in DevToolsBenchmark .values) {
7777 final benchmarkName = devToolsBenchmark.id;
78- // Note: Due to https://github.com/flutter/flutter/pull/175392 there is no
79- // longer any difference in benchmark events for skwasm vs. canvaskit.
80- //
81- // TODO(https://github.com/flutter/flutter/issues/177057): Remove hardcoded
82- // useWasm: false param when package:web_benchmarks is updated.
83- final expectedMetrics = expectedBenchmarkMetrics (useWasm: false );
78+ final expectedMetrics = expectedBenchmarkMetrics ();
8479 const expectedComputations = BenchmarkMetricComputation .values;
8580 final scores = taskResult.scores[benchmarkName] ?? [];
8681 expect (
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ dev_dependencies:
7676 stager : ^1.3.0
7777 stream_channel : ^2.1.1
7878 test : ^1.21.0
79- web_benchmarks : ^4.0 .0
79+ web_benchmarks : ^4.1 .0
8080 webkit_inspection_protocol : " >=0.5.0 <2.0.0"
8181
8282flutter :
You can’t perform that action at this time.
0 commit comments