[benchmarks] Apparently Golem has a metric called StartupTime.

Change-Id: Id4375435ffeda6a442dc6963323d8d494e8344ff
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/242360
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Ryan Macnak
2022-04-25 16:44:33 +00:00
committed by Commit Bot
parent eec99f4f0b
commit b4b0868b40
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ Future<void> main(List<String> args) async {
print(ends.toList());
throw '$name is missing or ambiguous';
}
print('Startup.$name(RunTimeRaw): $micros us.');
print('Startup.$name(StartupTime): $micros us.');
}
report('CreateIsolateGroupAndSetupHelper', null);
+1 -1
View File
@@ -78,7 +78,7 @@ Future<void> main(List<String> args) async {
print(ends.toList());
throw '$name is missing or ambiguous';
}
print('Startup.$name(RunTimeRaw): $micros us.');
print('Startup.$name(StartupTime): $micros us.');
}
report('CreateIsolateGroupAndSetupHelper', null);