Skip to content

Instantly share code, notes, and snippets.

@sherman
Created August 2, 2016 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sherman/2f180f670c94e5eb78c71688c504aff8 to your computer and use it in GitHub Desktop.
Save sherman/2f180f670c94e5eb78c71688c504aff8 to your computer and use it in GitHub Desktop.
# JMH 1.12 (released 123 days ago, please consider updating!)
# VM version: JDK 1.8.0_101, VM 25.101-b13
# VM invoker: /usr/lib/jvm/java-8-oracle/jre/bin/java
# VM options: <none>
# Warmup: 3 iterations, 10 s each
# Measurement: 5 iterations, 10 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: io.blobkeeper.benchmark.micro.QueueBenchmark.offer
# Parameters: (elts = 100)
# Run progress: 0.00% complete, ETA 00:12:00
# Fork: 1 of 3
# Warmup Iteration 1: 2270.876 ns/op
# Warmup Iteration 2: 2256.118 ns/op
# Warmup Iteration 3: 2000.651 ns/op
Iteration 1: 1962.137 ns/op
Iteration 2: 2011.947 ns/op
Iteration 3: 2010.781 ns/op
Iteration 4: 2005.534 ns/op
Iteration 5: 1997.005 ns/op
# Run progress: 11.11% complete, ETA 00:10:42
# Fork: 2 of 3
# Warmup Iteration 1: 2397.902 ns/op
# Warmup Iteration 2: 2248.275 ns/op
# Warmup Iteration 3: 2024.875 ns/op
Iteration 1: 1990.389 ns/op
Iteration 2: 1990.317 ns/op
Iteration 3: 1995.153 ns/op
Iteration 4: 1969.022 ns/op
Iteration 5: 1980.402 ns/op
# Run progress: 22.22% complete, ETA 00:09:21
# Fork: 3 of 3
# Warmup Iteration 1: 2216.104 ns/op
# Warmup Iteration 2: 2238.261 ns/op
# Warmup Iteration 3: 1974.235 ns/op
Iteration 1: 1950.430 ns/op
Iteration 2: 1950.286 ns/op
Iteration 3: 1952.444 ns/op
Iteration 4: 1946.381 ns/op
Iteration 5: 1946.867 ns/op
Result "offer":
1977.273 ±(99.9%) 26.227 ns/op [Average]
(min, avg, max) = (1946.381, 1977.273, 2011.947), stdev = 24.533
CI (99.9%): [1951.046, 2003.500] (assumes normal distribution)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment