Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 369 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 369 Bytes

basic-benchmarks

JMH and JCStress benchmarks of various field access patterns.

Tested with Java 17.

DISCLAIMER: Still Work-In-Progress

Build and run

JMH

mvn clean install -Pjmh && java -jar target/benchmarks.jar jmh.* -wi 8 -w 1 -f 2 -r 1 -i 5

JCStress

mvn clean install -Pjcstress && java -jar target/jcstress.jar -v