CI service | Status | Description |
---|---|---|
Travis | Linux container tests | |
Drone | Linux container tests | |
scalameter-examples | ScalaMeter benchmark example projects | |
Maven | ScalaMeter artifact on Maven |
Microbenchmarking and performance regression testing framework for the JVM platform. ScalaMeter can automatically measure and collect various metrics of your program, and then produce nice reports, or store your data. For example, it measures:
- memory footprint
- running time
- GC cycles
- invocations of specific methods
- boxing of primitive values
Learn more at the official ScalaMeter website: scalameter.github.io