Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 2.44 KB

benchmarking.md

File metadata and controls

37 lines (31 loc) · 2.44 KB

Bookmarks tagged [benchmarking]

https://www.youtube.com/watch?v=6Gm0u9gX56w

Live coding of two simple jax-rs resources one annotated with EJB and one with CDI plus a benchmarking test with jmh. EJB performs better in this scenario. Write your benchmark for your situation


https://openjdk.java.net/projects/code-tools/jmh/

JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targetting the JVM.


https://github.com/bestiejs/benchmark.js

Benchmarking library that supports high-resolution timers and returns statistically significant results.


https://github.com/logicalparadox/matcha

Simplistic approach to benchmarking.


https://rclayton.silvrback.com/speaking-intelligently-about-java-vs-node-performance

Speaking Intelligently about "Java vs Node" Performance - Please understand what's really important when it comes to the benefits of a platform.