benchmarking.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [benchmarking]
www.codever.land/bookmarks/t/benchmarking
What Is Faster EJBs or CDI? - YouTube
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
OpenJDK: jmh
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
- :octocat: source code
Benchmark.js
https://github.com/bestiejs/benchmark.js
Benchmarking library that supports high-resolution timers and returns statistically significant results.
- tags: node.js, benchmarking
- :octocat: source code
matcha
https://github.com/logicalparadox/matcha
Simplistic approach to benchmarking.
- tags: node.js, benchmarking
- :octocat: source code
Richard Clayton - Speaking Intelligently about "Java vs Node" Performance
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