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 browser = await Selenium.CreateBrowser(seleniumPort);
|
||||||
|
|
||||||
using var testApp = StartTestApp();
|
using var testApp = StartTestApp();
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,16 @@
|
||||||
{
|
{
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"blazorwasmbenchmark"
|
"blazorwasmbenchmark"
|
||||||
],
|
],
|
||||||
"services": {
|
"services": {
|
||||||
"blazorwasmbenchmark": {
|
"blazorwasmbenchmark": {
|
||||||
"source": {
|
"source": {
|
||||||
"repository": "https://github.com/aspnet/AspNetCore.git",
|
"repository": "https://github.com/dotnet/AspNetCore.git",
|
||||||
"branchOrCommit": "prkrishn/blazor-benchmarking",
|
"branchOrCommit": "prkrishn/blazor-benchmarking",
|
||||||
"dockerfile": "src/Components/benchmarkapps/Wasm.Performance/dockerfile"
|
"dockerfile": "src/Components/benchmarkapps/Wasm.Performance/dockerfile"
|
||||||
},
|
},
|
||||||
"waitForExit": true
|
"waitForExit": true,
|
||||||
}
|
"readyStateText": "Application started."
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue