11 02, 2018

Continuous Benchmarking with JMH and JUnit

By |February 11th, 2018|

"Measuring Tape" by Jamiesrabbits is licensed under CC BY 2.0 Why benchmarks? When writing code, you are confronted with countless small decisions all the time. “Should I use a HashMap or a ConcurrentHashMap?” “Maybe [...]

21 02, 2017

Continuous Performance Evaluation using Open Source Tools

By |February 21st, 2017|

One major trend in IT has been the adoption of DevOps and continuous delivery principles. Many businesses have introduced continuous integration systems, trying to improve software quality and push out features in increasingly shorter [...]

Go to Top