Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scalameter/scalameter
- Owner: scalameter
- License: other
- Created: 2012-11-18T20:56:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T09:03:55.000Z (about 2 years ago)
- Last Synced: 2024-06-21T17:00:06.695Z (5 months ago)
- Language: Scala
- Homepage: http://scalameter.github.io
- Size: 16.1 MB
- Stars: 505
- Watchers: 29
- Forks: 72
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-scala - **scalameter** - activity/y/scalameter/scalameter) (Table of Contents / Testing)
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 MavenScalaMeter
==========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 valuesLearn more at the official ScalaMeter website:
[scalameter.github.io](http://scalameter.github.io)