Unverified Commit d7d1461f authored by Yuqian Li's avatar Yuqian Li Committed by GitHub

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.
parent 1135002b
......@@ -10,5 +10,7 @@ void main() {
macroPerfTest(
'simple_animation_perf',
kSimpleAnimationRouteName,
pageDelay: const Duration(seconds: 10),
duration: const Duration(seconds: 10),
);
}
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