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.