Skip to content

Commit faff20c

Browse files
committed
Cleanup
1 parent c3e5a16 commit faff20c

6 files changed

+9
-9
lines changed

src/StaticWebAssetsSdk/benchmarks/EmptyBenchmark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using BenchmarkDotNet.Attributes;
55

6-
namespace Microsoft.NET.Sdk.StaticWebAssets.Benchmarks;
6+
namespace Microsoft.AspNetCore.StaticWebAssets.Benchmarks;
77

88
[MemoryDiagnoser]
99
public class EmptyBenchmark

src/StaticWebAssetsSdk/benchmarks/Microsoft.NET.Sdk.StaticWebAssets.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<OutputType>Exe</OutputType>
44
<TargetFrameworks>net10.0;net472</TargetFrameworks>
55
<Description>Benchmarks for Microsoft.NET.Sdk.StaticWebAssets</Description>
6-
<RootNamespace>Microsoft.NET.Sdk.StaticWebAssets.Benchmarks</RootNamespace>
6+
<RootNamespace>Microsoft.AspNetCore.StaticWebAssets.Benchmarks</RootNamespace>
77
<IsPackable>false</IsPackable>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
</PropertyGroup>

src/StaticWebAssetsSdk/benchmarks/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using BenchmarkDotNet.Running;
55

6-
namespace Microsoft.NET.Sdk.StaticWebAssets.Benchmarks;
6+
namespace Microsoft.AspNetCore.StaticWebAssets.Benchmarks;
77

88
public class Program
99
{

src/StaticWebAssetsSdk/benchmarks/StaticWebAssetEndpointPropertyBenchmarks.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
using BenchmarkDotNet.Attributes;
55
using Microsoft.AspNetCore.StaticWebAssets.Tasks;
6-
using Microsoft.NET.Sdk.StaticWebAssets.Utils;
6+
using Microsoft.AspNetCore.StaticWebAssets.Tasks.Utils;
77

8-
namespace Microsoft.NET.Sdk.StaticWebAssets.Benchmarks;
8+
namespace Microsoft.AspNetCore.StaticWebAssets.Benchmarks;
99

1010
[MemoryDiagnoser]
1111
public class StaticWebAssetEndpointPropertyBenchmarks

src/StaticWebAssetsSdk/benchmarks/StaticWebAssetEndpointResponseHeaderBenchmarks.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
using BenchmarkDotNet.Attributes;
55
using Microsoft.AspNetCore.StaticWebAssets.Tasks;
6-
using Microsoft.NET.Sdk.StaticWebAssets.Utils;
6+
using Microsoft.AspNetCore.StaticWebAssets.Tasks.Utils;
77

8-
namespace Microsoft.NET.Sdk.StaticWebAssets.Benchmarks;
8+
namespace Microsoft.AspNetCore.StaticWebAssets.Benchmarks;
99

1010
[MemoryDiagnoser]
1111
public class StaticWebAssetEndpointResponseHeaderBenchmarks

src/StaticWebAssetsSdk/benchmarks/StaticWebAssetEndpointSelectorBenchmarks.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
using BenchmarkDotNet.Attributes;
55
using Microsoft.AspNetCore.StaticWebAssets.Tasks;
6-
using Microsoft.NET.Sdk.StaticWebAssets.Utils;
6+
using Microsoft.AspNetCore.StaticWebAssets.Tasks.Utils;
77

8-
namespace Microsoft.NET.Sdk.StaticWebAssets.Benchmarks;
8+
namespace Microsoft.AspNetCore.StaticWebAssets.Benchmarks;
99

1010
[MemoryDiagnoser]
1111
public class StaticWebAssetEndpointSelectorBenchmarks

0 commit comments

Comments
 (0)