Registry / testing / caliper

caliper

JSON →
library1.0-beta-3javamavenunverified

Microbenchmarking framework for Java that helps measure code performance accurately.

<dependency> <groupId>com.google.caliper</groupId> <artifactId>caliper</artifactId> <version>1.0-beta-3</version> </dependency>
INSTALL
IMPORT
SIG · CALIPER
C
caliper
testingjavav1.0-beta-3
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.

Benchmark
com.google.caliper.Benchmark

Simple Caliper benchmark class.

import com.google.caliper.Benchmark; public class MyBenchmark extends Benchmark { public void timeMyMethod(int reps) { for (int i = 0; i < reps; i++) { // code to benchmark } } }
Debug
Known issues
gotchaCaliper is in beta and may have API changes.
fix
Check for updates and use stable version if available.
affects: 1.0-beta-3
Upgrade
Version history
1.0-beta-3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
caliper — mvn dependency:get caliper · libregistry