flutter/dev/benchmarks/microbenchmarks/lib
William Hesse 4d0c487f6d
Fix divide-by-zero crash in animation_bench benchmark (#137539)
If the benchmark runs out of time before it closes the drawer it is animating, it tries to divide by zero when computing the time per frame.

Don't report time per frame for activities with zero frames. This likely only happens for the close frame action, but guards are added to all time per frame computations in this benchmark.
2023-10-31 15:10:53 +00:00
..
foundation [framework,web] add FlutterTimeline and semantics benchmarks that use it (#128366) 2023-06-21 21:37:02 +00:00
geometry Export public API types from animation and physics libraries (#106757) 2022-06-29 05:26:09 +00:00
gestures Correct a few import sortings (#130435) 2023-07-13 15:33:07 +00:00
language Enable unreachable_from_main lint - it is stable now!!1 (#129854) 2023-07-06 00:09:01 +00:00
stocks Fix divide-by-zero crash in animation_bench benchmark (#137539) 2023-10-31 15:10:53 +00:00
ui Update collection-fors to prefer final (as per updated prefer_final_in_for_each) (#127511) 2023-05-26 23:34:36 +00:00
common.dart Remove new keyword in a few files (#104438) 2022-06-06 16:08:06 -07:00