google / guice

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
https://github.com/google/guice
Apache License 2.0
12.5k stars 1.67k forks source link

Adding JMH Benchmarks #1275

Open ehenoma opened 5 years ago

ehenoma commented 5 years ago

I'd like to write some JMH benchmarks, to get some throughput stats of guice in single and multi-threaded use-cases. I think that this would be a great addition to the codebase.

ehenoma commented 4 years ago

Push