Application started
This commit is contained in:
parent
17b1dc9841
commit
dd524df6bb
|
|
@ -37,6 +37,9 @@ namespace Wasm.Performance.Driver
|
|||
}
|
||||
}
|
||||
|
||||
// This write is required for the benchmarking infrastructure.
|
||||
Console.WriteLine("Application started.");
|
||||
|
||||
using var browser = await Selenium.CreateBrowser(seleniumPort);
|
||||
|
||||
using var testApp = StartTestApp();
|
||||
|
|
|
|||
|
|
@ -1,15 +1,16 @@
|
|||
{
|
||||
"dependencies": [
|
||||
"blazorwasmbenchmark"
|
||||
],
|
||||
"services": {
|
||||
"blazorwasmbenchmark": {
|
||||
"source": {
|
||||
"repository": "https://github.com/aspnet/AspNetCore.git",
|
||||
"branchOrCommit": "prkrishn/blazor-benchmarking",
|
||||
"dockerfile": "src/Components/benchmarkapps/Wasm.Performance/dockerfile"
|
||||
},
|
||||
"waitForExit": true
|
||||
}
|
||||
"dependencies": [
|
||||
"blazorwasmbenchmark"
|
||||
],
|
||||
"services": {
|
||||
"blazorwasmbenchmark": {
|
||||
"source": {
|
||||
"repository": "https://github.com/dotnet/AspNetCore.git",
|
||||
"branchOrCommit": "prkrishn/blazor-benchmarking",
|
||||
"dockerfile": "src/Components/benchmarkapps/Wasm.Performance/dockerfile"
|
||||
},
|
||||
"waitForExit": true,
|
||||
"readyStateText": "Application started."
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue