https://github.com/scalameter/scalameter
Microbenchmarking and performance regression testing framework for the JVM platform.
https://github.com/scalameter/scalameter
Last synced: 5 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T09:03:55.000Z (over 2 years ago)
- Last Synced: 2024-08-04T00:06:15.516Z (8 months ago)
- Language: Scala
- Homepage: http://scalameter.github.io
- Size: 16.1 MB
- Stars: 507
- 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 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)