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 a6d3190 commit 39a4687Copy full SHA for 39a4687
src/Http/Http/perf/Microbenchmarks/RequestDelegateGeneratorBenchmarks.cs
@@ -1,7 +1,12 @@
1
// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the MIT license.
3
+using System.Text;
4
using BenchmarkDotNet.Attributes;
5
+using BenchmarkDotNet.Diagnostics.dotTrace;
6
using Microsoft.AspNetCore.Http.Generators.Tests;
7
+using Microsoft.CodeAnalysis;
8
+using Microsoft.CodeAnalysis.CSharp;
9
+using Microsoft.CodeAnalysis.Text;
10
11
namespace Microsoft.AspNetCore.Http.Microbenchmarks;
12
0 commit comments