Skip to content

JPerf 2.0.0

Latest
Compare
Choose a tag to compare
@andygrove andygrove released this 10 Nov 05:42
· 9 commits to master since this release

This is a complete re-write of JPerf, using java.util.concurrency and removing any use of synchronized or volatile keywords. JPerf now has significantly less overhead compared to earlier releases.

The API has also been improved, using a builder pattern, and allowing for lambda functions to supply test factories.