We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f43e7a commit 9bdf208Copy full SHA for 9bdf208
src/Components/benchmarkapps/Wasm.Performance/Driver/Program.cs
@@ -199,7 +199,7 @@ static string GetListeningUrl(IHost testApp)
199
200
static async Task<(long size, long compressedSize)> GetBlazorAppSize()
201
{
202
- var testAssembly = typeof(TestApp.Startup).Assembly;
+ var testAssembly = typeof(TestApp.Program).Assembly;
203
var testAssemblyLocation = new FileInfo(testAssembly.Location);
204
var testApp = new DirectoryInfo(Path.Combine(
205
testAssemblyLocation.Directory.FullName,
0 commit comments