diff --git a/tools/Benchmarks/Benmarks.cs b/tools/Benchmarks/Benmarks.cs index f1c74a501..e1dd907fb 100644 --- a/tools/Benchmarks/Benmarks.cs +++ b/tools/Benchmarks/Benmarks.cs @@ -1,17 +1,15 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone using BenchmarkDotNet.Attributes; -using BenchmarkDotNet.Jobs; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; namespace UnitTest.Benchmarks; -[SimpleJob(RuntimeMoniker.Net90)] public class Benchmarks { static readonly Foo _instance = new();