You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some perf tests but they are far from ideal. Basically the goal is to measure perf difference between GrobExp.LambdaCompiler.Compile() and native Expression.Compile() when running in different environments (OS, .NET platform, JIT compiler, GC mode, etc.).
I think that BenchmarkDotNet is the right tool for this job.
The text was updated successfully, but these errors were encountered:
We have some perf tests but they are far from ideal. Basically the goal is to measure perf difference between GrobExp.LambdaCompiler.Compile() and native Expression.Compile() when running in different environments (OS, .NET platform, JIT compiler, GC mode, etc.).
I think that BenchmarkDotNet is the right tool for this job.
The text was updated successfully, but these errors were encountered: