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
- tags: javaee, jaxrs, ejb, cdi, benchmarking
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.
- tags: java, jvm, benchmarking
- source code
https://github.com/bestiejs/benchmark.js
Benchmarking library that supports high-resolution timers and returns statistically significant results.
- tags: node.js, benchmarking
- source code
https://github.com/logicalparadox/matcha
Simplistic approach to benchmarking.
- tags: node.js, benchmarking
- source code
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.
- tags: java, node.js, performance, concurrency, benchmarking