Skip to content

Commit f7219dd

Browse files
committed
Fix token
1 parent 42cdd87 commit f7219dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/check-boot-times/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static async Task<double> GetBootTime (bool coldBoot)
133133
var timeoutInMS = (int) TimeSpan.FromMinutes (15).TotalMilliseconds;
134134

135135
Stopwatch sw = new Stopwatch ();
136-
var token = coldBoot ? "emulator: INFO: boot time" : "onGuestSendCommand";
136+
var token = coldBoot ? "boot completed" : "onGuestSendCommand";
137137

138138
for (int i = 0; i < executionTimes; i++) {
139139
await CloseEmulator ();

0 commit comments

Comments
 (0)