Registry / testing / scalameter-2-12

scalameter-2-12

JSON →
library0.10.1javamavenunverified

Performance regression testing framework for Scala, providing microbenchmarking and measurement tools.

<dependency> <groupId>com.storm-enroute</groupId> <artifactId>scalameter_2.12</artifactId> <version>0.10.1</version> </dependency>
INSTALL
IMPORT
SIG · SCALAMETER-2-12
S
scalameter-2-12
testingjavav0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PerformanceTest
org.scalameter.api.PerformanceTest

Benchmarks the map operation on a List of varying sizes.

import org.scalameter.api._ object Quickstart extends PerformanceTest.Quickbenchmark { val sizes = Gen.range("size")(100000, 500000, 100000) performance of "List" in { measure method "map" in { using(sizes) in { size => (0 until size).toList.map(_ + 1) } } } }
Debug
Known issues
breakingScalaMeter 0.10.x has breaking changes from 0.9.x, including API restructuring.
fix
Update imports and benchmark definitions per the migration guide at https://scalameter.github.io/.
affects: >=0.10.0
Upgrade
Version history
0.10.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scalameter-2-12 — mvn dependency:get scalameter-2-12 · libregistry