Unverified Commit 94dbdcba authored by Tong Mu's avatar Tong Mu Committed by GitHub

benchmarkWidgets.semanticsEnabled default false. (#35280)

In order not to break existing benchmarks.
parent df6e4d48
......@@ -173,7 +173,7 @@ void testWidgets(
Future<void> benchmarkWidgets(
WidgetTesterCallback callback, {
bool mayRunWithAsserts = false,
bool semanticsEnabled = true,
bool semanticsEnabled = false,
}) {
assert(() {
if (mayRunWithAsserts)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment