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:
Yuqian Li 2020-09-03 13:25:19 -07:00 committed by GitHub
parent 1135002b0f
commit d7d1461f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,5 +10,7 @@ void main() {
macroPerfTest(
'simple_animation_perf',
kSimpleAnimationRouteName,
pageDelay: const Duration(seconds: 10),
duration: const Duration(seconds: 10),
);
}