hughsimpson / scalameter   0.22.1

Website GitHub

Microbenchmarking and performance regression testing framework for the JVM platform.

Scala versions: 3.x 2.13 2.12 2.11

scalameter 0.22


Group ID:
io.github.hughsimpson
Artifact ID:
scalameter_3
Version:
0.22
Release Date:
Dec 10, 2021
Licenses:
Files:

libraryDependencies += "io.github.hughsimpson" %% "scalameter" % "0.22"

Mill build tool

ivy"io.github.hughsimpson::scalameter:0.22"

Scala CLI

//> using dep "io.github.hughsimpson::scalameter:0.22"

Ammonite REPL

import $ivy.`io.github.hughsimpson::scalameter:0.22`

<dependency>
  <groupId>io.github.hughsimpson</groupId>
  <artifactId>scalameter_3</artifactId>
  <version>0.22</version>
</dependency>

compile group: 'io.github.hughsimpson', name: 'scalameter_3', version: '0.22'