Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up proper performance benchmarking using BenchmarkDotNet #3

Open
AndrewKostousov opened this issue Jan 7, 2018 · 0 comments
Open

Comments

@AndrewKostousov
Copy link
Contributor

AndrewKostousov commented Jan 7, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant