Skip to content

Commit ab0a902

Browse files
authored
chore(Bench): remove SimpleJob attribute (#7218)
* chore: 更改 header * refactor: 移除 Job 标签
1 parent 7cab9de commit ab0a902

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/Benchmarks/Benmarks.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the Apache 2.0 License
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

66
using BenchmarkDotNet.Attributes;
7-
using BenchmarkDotNet.Jobs;
87
using System.Linq.Expressions;
98
using System.Reflection;
109
using System.Runtime.CompilerServices;
1110

1211
namespace UnitTest.Benchmarks;
1312

14-
[SimpleJob(RuntimeMoniker.Net90)]
1513
public class Benchmarks
1614
{
1715
static readonly Foo _instance = new();

0 commit comments

Comments
 (0)