Skip to content

Commit 616c3d5

Browse files
committed
fix
1 parent 965ce4c commit 616c3d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

benchmarks/HydraScript.Benchmarks/InvokeBenchmark.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using BenchmarkDotNet.Attributes;
1+
using System.Diagnostics.CodeAnalysis;
2+
using BenchmarkDotNet.Attributes;
23
using BenchmarkDotNet.Running;
34
using HydraScript.Benchmarks;
45
using HydraScript.Infrastructure;
@@ -7,6 +8,8 @@
78
using Microsoft.Extensions.Logging.Abstractions;
89
using Microsoft.Extensions.Options;
910

11+
[assembly: ExcludeFromCodeCoverage]
12+
1013
BenchmarkRunner.Run<InvokeBenchmark>();
1114

1215
[InProcess, MemoryDiagnoser]

0 commit comments

Comments
 (0)