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 7cab9de commit ab0a902Copy full SHA for ab0a902
tools/Benchmarks/Benmarks.cs
@@ -1,17 +1,15 @@
1
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the Apache 2.0 License
3
// See the LICENSE file in the project root for more information.
4
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
5
6
using BenchmarkDotNet.Attributes;
7
-using BenchmarkDotNet.Jobs;
8
using System.Linq.Expressions;
9
using System.Reflection;
10
using System.Runtime.CompilerServices;
11
12
namespace UnitTest.Benchmarks;
13
14
-[SimpleJob(RuntimeMoniker.Net90)]
15
public class Benchmarks
16
{
17
static readonly Foo _instance = new();
0 commit comments