Skip to content

Commit 9c4c49d

Browse files
aamcommit-bot@chromium.org
authored andcommitted
[vm/benchmarks] Reduce number of isolate spawn runs from 5 to 3.
This is to reduce load on Android benchmarking hardware. Change-Id: Ib51b3fbbe2bf66cb0ba17375062a747f37284299 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/124600 Reviewed-by: Martin Kustermann <kustermann@google.com> Commit-Queue: Alexander Aprelev <aam@google.com>
1 parent e3aac9e commit 9c4c49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/IsolateSpawnMemory/dart/IsolateSpawnMemory.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class SpawnMemory {
3333
SpawnMemory(this.name, this.wsUri, this.groupRefId);
3434

3535
Future<void> report() async {
36-
const numberOfRuns = 5;
36+
const numberOfRuns = 3;
3737

3838
int sumDeltaRssOnStart = 0;
3939
int sumDeltaRssOnEnd = 0;

0 commit comments

Comments
 (0)