Unverified Commit 04b7a5b3 authored by Dan Field's avatar Dan Field Committed by GitHub

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

* reduce iterations to avoid test timing out
parent 3ce0c27f
...@@ -412,7 +412,7 @@ class MemoryTest { ...@@ -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;
......
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