Skip to content

Commit 742f4b2

Browse files
committed
fix kestrel microbenchmark
1 parent 3f9acb0 commit 742f4b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Servers/Kestrel/perf/Microbenchmarks/Http1ReadingBenchmark.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ public void Setup()
6161
}
6262

6363
ResetState();
64+
65+
_pair.Application.Output.WriteAsync(_readData).GetAwaiter().GetResult();
6466
}
6567

6668
private void ResetState()

0 commit comments

Comments
 (0)