File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
src/StaticWebAssetsSdk/benchmarks Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
4
4
using BenchmarkDotNet . Attributes ;
5
5
6
- namespace Microsoft . NET . Sdk . StaticWebAssets . Benchmarks ;
6
+ namespace Microsoft . AspNetCore . StaticWebAssets . Benchmarks ;
7
7
8
8
[ MemoryDiagnoser ]
9
9
public class EmptyBenchmark
Original file line number Diff line number Diff line change 3
3
<OutputType >Exe</OutputType >
4
4
<TargetFrameworks >net10.0;net472</TargetFrameworks >
5
5
<Description >Benchmarks for Microsoft.NET.Sdk.StaticWebAssets</Description >
6
- <RootNamespace >Microsoft.NET.Sdk .StaticWebAssets.Benchmarks</RootNamespace >
6
+ <RootNamespace >Microsoft.AspNetCore .StaticWebAssets.Benchmarks</RootNamespace >
7
7
<IsPackable >false</IsPackable >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
4
4
using BenchmarkDotNet . Running ;
5
5
6
- namespace Microsoft . NET . Sdk . StaticWebAssets . Benchmarks ;
6
+ namespace Microsoft . AspNetCore . StaticWebAssets . Benchmarks ;
7
7
8
8
public class Program
9
9
{
Original file line number Diff line number Diff line change 3
3
4
4
using BenchmarkDotNet . Attributes ;
5
5
using Microsoft . AspNetCore . StaticWebAssets . Tasks ;
6
- using Microsoft . NET . Sdk . StaticWebAssets . Utils ;
6
+ using Microsoft . AspNetCore . StaticWebAssets . Tasks . Utils ;
7
7
8
- namespace Microsoft . NET . Sdk . StaticWebAssets . Benchmarks ;
8
+ namespace Microsoft . AspNetCore . StaticWebAssets . Benchmarks ;
9
9
10
10
[ MemoryDiagnoser ]
11
11
public class StaticWebAssetEndpointPropertyBenchmarks
Original file line number Diff line number Diff line change 3
3
4
4
using BenchmarkDotNet . Attributes ;
5
5
using Microsoft . AspNetCore . StaticWebAssets . Tasks ;
6
- using Microsoft . NET . Sdk . StaticWebAssets . Utils ;
6
+ using Microsoft . AspNetCore . StaticWebAssets . Tasks . Utils ;
7
7
8
- namespace Microsoft . NET . Sdk . StaticWebAssets . Benchmarks ;
8
+ namespace Microsoft . AspNetCore . StaticWebAssets . Benchmarks ;
9
9
10
10
[ MemoryDiagnoser ]
11
11
public class StaticWebAssetEndpointResponseHeaderBenchmarks
Original file line number Diff line number Diff line change 3
3
4
4
using BenchmarkDotNet . Attributes ;
5
5
using Microsoft . AspNetCore . StaticWebAssets . Tasks ;
6
- using Microsoft . NET . Sdk . StaticWebAssets . Utils ;
6
+ using Microsoft . AspNetCore . StaticWebAssets . Tasks . Utils ;
7
7
8
- namespace Microsoft . NET . Sdk . StaticWebAssets . Benchmarks ;
8
+ namespace Microsoft . AspNetCore . StaticWebAssets . Benchmarks ;
9
9
10
10
[ MemoryDiagnoser ]
11
11
public class StaticWebAssetEndpointSelectorBenchmarks
You can’t perform that action at this time.
0 commit comments