File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed
src/Components/benchmarkapps/Wasm.Performance Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ public static async Task<int> Main(string[] args)
37
37
}
38
38
}
39
39
40
+ // This write is required for the benchmarking infrastructure.
41
+ Console . WriteLine ( "Application started." ) ;
42
+
40
43
using var browser = await Selenium . CreateBrowser ( seleniumPort ) ;
41
44
42
45
using var testApp = StartTestApp ( ) ;
Original file line number Diff line number Diff line change 1
1
{
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. "
14
14
}
15
+ }
15
16
}
You can’t perform that action at this time.
0 commit comments