Skip to content

JMH and JCStress benchmarks of various field access patterns

License

Notifications You must be signed in to change notification settings

rfoltyns/basic-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JMH and JCStress benchmarks of various field access patterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages