Unverified Commit 94244747 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[devicelab] update hot reload benchmark to be more representative (#70643)

update hot reload benchmark to be more representative
parent f4e79e68
This diff is collapsed.
......@@ -253,6 +253,8 @@ class CalcKey extends StatelessWidget {
child: Text(
text,
style: TextStyle(
// This line is used as a sentinel in the hot reload tests: hot_mode_test.dart
// in the devicelab.
fontSize: (orientation == Orientation.portrait) ? 32.0 : 24.0
),
),
......
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