Skip to content

Commit dd524df

Browse files
committed
Application started
1 parent 17b1dc9 commit dd524df

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

src/Components/benchmarkapps/Wasm.Performance/Driver/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ public static async Task<int> Main(string[] args)
3737
}
3838
}
3939

40+
// This write is required for the benchmarking infrastructure.
41+
Console.WriteLine("Application started.");
42+
4043
using var browser = await Selenium.CreateBrowser(seleniumPort);
4144

4245
using var testApp = StartTestApp();
Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"dependencies": [
3-
"blazorwasmbenchmark"
4-
],
5-
"services": {
6-
"blazorwasmbenchmark": {
7-
"source": {
8-
"repository": "https://github.com/aspnet/AspNetCore.git",
9-
"branchOrCommit": "prkrishn/blazor-benchmarking",
10-
"dockerfile": "src/Components/benchmarkapps/Wasm.Performance/dockerfile"
11-
},
12-
"waitForExit": true
13-
}
2+
"dependencies": [
3+
"blazorwasmbenchmark"
4+
],
5+
"services": {
6+
"blazorwasmbenchmark": {
7+
"source": {
8+
"repository": "https://github.com/dotnet/AspNetCore.git",
9+
"branchOrCommit": "prkrishn/blazor-benchmarking",
10+
"dockerfile": "src/Components/benchmarkapps/Wasm.Performance/dockerfile"
11+
},
12+
"waitForExit": true,
13+
"readyStateText": "Application started."
1414
}
15+
}
1516
}

0 commit comments

Comments
 (0)