Skip to content

Commit 39a4687

Browse files
committed
Add usings
1 parent a6d3190 commit 39a4687

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Http/Http/perf/Microbenchmarks/RequestDelegateGeneratorBenchmarks.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3+
using System.Text;
34
using BenchmarkDotNet.Attributes;
5+
using BenchmarkDotNet.Diagnostics.dotTrace;
46
using Microsoft.AspNetCore.Http.Generators.Tests;
7+
using Microsoft.CodeAnalysis;
8+
using Microsoft.CodeAnalysis.CSharp;
9+
using Microsoft.CodeAnalysis.Text;
510

611
namespace Microsoft.AspNetCore.Http.Microbenchmarks;
712

0 commit comments

Comments
 (0)