sangupta / murmur

Pure Java implementations of Murmur hash algorithms
Apache License 2.0
72 stars 21 forks source link

Write JMH benchmarks #2

Open jcornaz opened 6 years ago

jcornaz commented 6 years ago

The performances test as they are currently written are biased due to the JVM optimizations.

JMH, would help to to write unbiased benchmarks.

sangupta commented 5 years ago

Sure @jcornaz - let me work them up.