mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
c3ddc5c374
The existing EventLoopLatencyJson benchmark exercises the *worst case scenario*: A background isolate is stressing the GC where the working memory set does not fit into new space. This causes scavenges to copy the entire newspace either into the to-space or promote it to old space. The benchmark in this CL is similar to EventLoopLatencyJson, but it's working memory set is significantly lower than new space, therefore not exercising this worst case scenario (this represents the most common scenario, which we would expect for compute() function in flutter) (Due to difficulty sharing code between benchmarks, this CL adds similar code as EventLoopLatencyJson) Issue https://github.com/dart-lang/sdk/issues/36097 Change-Id: I385a620ba8900082f8ca5fb9080fc23d95112e83 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/169100 Reviewed-by: Alexander Aprelev <aam@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com> |
||
---|---|---|
.. | ||
dart | ||
dart2 |