Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scalameter/scalameter

Microbenchmarking and performance regression testing framework for the JVM platform.
https://github.com/scalameter/scalameter

Last synced: 3 months ago
JSON representation

Microbenchmarking and performance regression testing framework for the JVM platform.

Awesome Lists containing this project

README

        

CI service | Status | Description
-----------|--------|------------
Travis | [![Build Status](https://travis-ci.org/scalameter/scalameter.png?branch=master)](https://travis-ci.org/scalameter/scalameter) | Linux container tests
[scalameter-examples](https://github.com/scalameter/scalameter-examples) | [![Build Status](https://travis-ci.org/scalameter/scalameter-examples.svg?branch=master)](https://travis-ci.org/scalameter/scalameter-examples) | ScalaMeter benchmark example projects
Maven | [![Maven Artifact](https://img.shields.io/maven-central/v/com.storm-enroute/scalameter_2.13.svg)](http://mvnrepository.com/artifact/com.storm-enroute/scalameter_2.13) | ScalaMeter artifact on Maven

ScalaMeter
==========

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](http://scalameter.github.io)