Skip to content

Commit 9bdf208

Browse files
authored
Fixup bad merge (#18570)
1 parent 5f43e7a commit 9bdf208

File tree

1 file changed

+1
-1
lines changed
  • src/Components/benchmarkapps/Wasm.Performance/Driver

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ static string GetListeningUrl(IHost testApp)
199199

200200
static async Task<(long size, long compressedSize)> GetBlazorAppSize()
201201
{
202-
var testAssembly = typeof(TestApp.Startup).Assembly;
202+
var testAssembly = typeof(TestApp.Program).Assembly;
203203
var testAssemblyLocation = new FileInfo(testAssembly.Location);
204204
var testApp = new DirectoryInfo(Path.Combine(
205205
testAssemblyLocation.Directory.FullName,

0 commit comments

Comments
 (0)