Skip to content

Commit d8ac680

Browse files
Fix TODO
Remove usage of short job.
1 parent a6e2101 commit d8ac680

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

perf/TodoApp.Benchmarks/OpenApiBenchmarks.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Martin Costello, 2024. All rights reserved.
1+
// Copyright (c) Martin Costello, 2024. All rights reserved.
22
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
33

44
using BenchmarkDotNet.Attributes;
@@ -14,7 +14,6 @@ namespace TodoApp;
1414

1515
[EventPipeProfiler(EventPipeProfile.CpuSampling)]
1616
[MemoryDiagnoser]
17-
[ShortRunJob] // TODO Remove once https://github.com/dotnet/aspnetcore/issues/56990 is resolved
1817
public class OpenApiBenchmarks : IAsyncDisposable
1918
{
2019
private WebApplication? _app;

0 commit comments

Comments
 (0)