mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Reduce memory benchmark perf tests outer loop to 10. (#28281)
* reduce iterations to avoid test timing out
This commit is contained in:
parent
3ce0c27fd9
commit
04b7a5b366
@ -412,7 +412,7 @@ class MemoryTest {
|
|||||||
_receivedNextMessage = Completer<void>();
|
_receivedNextMessage = Completer<void>();
|
||||||
}
|
}
|
||||||
|
|
||||||
int get iterationCount => 15;
|
int get iterationCount => 10;
|
||||||
|
|
||||||
Device get device => _device;
|
Device get device => _device;
|
||||||
Device _device;
|
Device _device;
|
||||||
|
Loading…
Reference in New Issue
Block a user