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 a6e2101 commit d8ac680Copy full SHA for d8ac680
perf/TodoApp.Benchmarks/OpenApiBenchmarks.cs
@@ -1,4 +1,4 @@
1
-// Copyright (c) Martin Costello, 2024. All rights reserved.
+// Copyright (c) Martin Costello, 2024. All rights reserved.
2
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
3
4
using BenchmarkDotNet.Attributes;
@@ -14,7 +14,6 @@ namespace TodoApp;
14
15
[EventPipeProfiler(EventPipeProfile.CpuSampling)]
16
[MemoryDiagnoser]
17
-[ShortRunJob] // TODO Remove once https://github.com/dotnet/aspnetcore/issues/56990 is resolved
18
public class OpenApiBenchmarks : IAsyncDisposable
19
{
20
private WebApplication? _app;
0 commit comments