Reduce memory benchmark perf tests outer loop to 10. (#28281)

* reduce iterations to avoid test timing out
This commit is contained in:
Dan Field 2019-02-21 14:46:24 -08:00 committed by GitHub
parent 3ce0c27fd9
commit 04b7a5b366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -412,7 +412,7 @@ class MemoryTest {
_receivedNextMessage = Completer<void>();
}
int get iterationCount => 15;
int get iterationCount => 10;
Device get device => _device;
Device _device;