Increase simple animation delay and duration (#64002)
Previously, the CPU/GPU measurement using gauge happened after the driver test is done. Now, the measurement happens within the driver test. So we need to properly increase the delay and duration to get a comparable reading as the old gauge measurements.
This commit is contained in:
parent
1135002b0f
commit
d7d1461f75
@ -10,5 +10,7 @@ void main() {
|
|||||||
macroPerfTest(
|
macroPerfTest(
|
||||||
'simple_animation_perf',
|
'simple_animation_perf',
|
||||||
kSimpleAnimationRouteName,
|
kSimpleAnimationRouteName,
|
||||||
|
pageDelay: const Duration(seconds: 10),
|
||||||
|
duration: const Duration(seconds: 10),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user