Skip to content

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

jmh-benches

JMH benchmarks collection to evaluate interesting cases and pitfalls

How to run

Simply clone repo and run gradle tasks from below:

  • benchMvel or bM bench MVEL scripted execution vs. direct calls
  • benchBoxingUnboxing or bBU evaluate boxing/unboxing efforts for primitives
  • benchFloatingPoint or bFP compare performance for primitive math actions for double and BigDecimal
  • benchStreams or bS compare streams performance over classic loop processing
  • benchMemoryContention or bMC validate memory contention impact with primitive and concurrent atomic
  • benchUuidValidation or bUV compare uuid strings validation performance in case of precompiled pattern and UUID.fromString(...)
  • benchJsonPath or bJP compare json-path nodes replacement performance for exact optional path and generic recursive '..' pattern

About

JMH benchmarks collection to evaluate interesting cases and pitfalls

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages