Sequential vs Concurrent vs Parallel
Some examples shown at theboreddev.com about parallelism and concurrency.
To execute the performance benchmark just run:
./gradlew jmh
That will generate a report in the console and in {buildDirectory}/reports/jmh/results.txt.