https://github.com/scalameter/scalameter
Microbenchmarking and performance regression testing framework for the JVM platform.
https://github.com/scalameter/scalameter
Last synced: 7 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T09:03:55.000Z (over 3 years ago)
- Last Synced: 2024-11-18T16:57:32.214Z (about 1 year ago)
- Language: Scala
- Homepage: http://scalameter.github.io
- Size: 16.1 MB
- Stars: 511
- 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)
- awesome-java - ScalaMeter
README
CI service | Status | Description
-----------|--------|------------
Travis | [](https://travis-ci.org/scalameter/scalameter) | Linux container tests
[scalameter-examples](https://github.com/scalameter/scalameter-examples) | [](https://travis-ci.org/scalameter/scalameter-examples) | ScalaMeter benchmark example projects
Maven | [](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)