Skip to content

Commit 73ae7dd

Browse files
Merge remote-tracking branch 'origin/doc/57-docs-improve-documentation-for-interpreter' into doc/57-docs-improve-documentation-for-interpreter
2 parents 80d6fc3 + 160d6f8 commit 73ae7dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Hyperbee.Expressions.Benchmark/AsyncBenchmarks.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Linq.Expressions;
1+
using System.Linq.Expressions;
22
using BenchmarkDotNet.Attributes;
33
using DotNext.Linq.Expressions;
44
using DotNext.Metaprogramming;
@@ -17,7 +17,7 @@ public class AsyncBenchmarks
1717
private Func<Task<int>> _preRunCompiledInterpret = null!;
1818
//private Func<Task<int>> _preRunNextFastCompiled = null!;
1919
//private Func<Task<int>> _preRunNextCompiledInterpret = null!;
20-
20+
2121
private Expression<Func<Task<int>>> _lambda = null!;
2222
private Expression<Func<Task<int>>> _nextLambda = null!;
2323

@@ -81,8 +81,8 @@ public void Setup()
8181
_preRunCompiledInterpret,
8282
_preRunFastCompiled,
8383
_preRunNextCompiled
84-
/*, _preRunNextFastCompiled */
85-
/*, _preRunNextCompiledInterpret */
84+
/*, _preRunNextFastCompiled */
85+
/*, _preRunNextCompiledInterpret */
8686
);
8787

8888
return;

0 commit comments

Comments
 (0)