Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 965 Bytes

BENCHMARKS.md

File metadata and controls

28 lines (14 loc) · 965 Bytes

Jodd Benchmarks

While Jodd is developer-friendly, we also strive for the best performances possible under the hood. For some tools or components, we are the best in the class; for others we are among the most performing. While the performance is our priority, we will never sacrifice the developer-friendly environment (usage and interfaces) that Jodd has.

Running Benchmarks 🚀

Benchmarks are started from command line in root directory with:

gradlew :<module>:<benchmark-class-name>

(e.g.: gradlew :jodd-core:Base32Benchmark)

3rd Party Benchmarks ❤️

Other people test Jodd, too :)

  • Css selectors microbenchmark for the JVM; by Gatling

https://github.com/gatling/lib-benchmarks/tree/master/cssselectors-benchmark-master

  • JsonPath implementations microbenchmark for the JVM; by Gatling

https://github.com/gatling/lib-benchmarks/tree/master/jsonpath-benchmark-master