File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/Hyperbee.Expressions.Benchmark Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- using System . Linq . Expressions ;
1+ using System . Linq . Expressions ;
22using BenchmarkDotNet . Attributes ;
33using DotNext . Linq . Expressions ;
44using 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 ;
You can’t perform that action at this time.
0 commit comments