-
Notifications
You must be signed in to change notification settings - Fork 2
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
Benchmarks code gen vs reflection #2
Comments
I would like to figure out a good way to actually benchmark this, as in this repo it's basically
vs
|
In theory the savings could be better if |
Gradle profiler would be good for this. We could profile the It might also be helpful to write a script to generate a large project (100+ modules) to do a more thorough benchmark. The Tangle docs have that which is nice. |
I ran some preliminary basic benchmarks of |
I'd be curious about what this affect build times compared to using a reflection based mocking library like mockk vs having the code generated fakes like this
The text was updated successfully, but these errors were encountered: