benchmarkWidgets.semanticsEnabled default false. (#35280)

In order not to break existing benchmarks.
This commit is contained in:
Tong Mu 2019-06-28 11:03:16 -07:00 committed by GitHub
parent df6e4d4872
commit 94dbdcba73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ void testWidgets(
Future<void> benchmarkWidgets(
WidgetTesterCallback callback, {
bool mayRunWithAsserts = false,
bool semanticsEnabled = true,
bool semanticsEnabled = false,
}) {
assert(() {
if (mayRunWithAsserts)