Skip to content

Instantly share code, notes, and snippets.

@akarnokd
Created May 6, 2014 16:35
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 akarnokd/cb57b2ae5ea83ddc833c to your computer and use it in GitHub Desktop.
Save akarnokd/cb57b2ae5ea83ddc833c to your computer and use it in GitHub Desktop.
# Run progress: 0,00% complete, ETA 00:00:30
# VM invoker: C:\Program Files\Java\jdk1.7.0_55\jre\bin\java.exe
# VM options: -Xmx512m -Dfile.encoding=windows-1250
# Fork: 1 of 1
# Warmup: 5 iterations, 1 s each
# Measurement: 5 iterations, 1 s each
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: rx.archive.schedulers.ComputationSchedulerPerf.run
# Parameters: (size = 1)
# Warmup Iteration 1: 2603,821 ns/op
# Warmup Iteration 2: 1713,162 ns/op
# Warmup Iteration 3: 1804,307 ns/op
# Warmup Iteration 4: 1811,287 ns/op
# Warmup Iteration 5: 1813,191 ns/op
Iteration 1: 1792,265 ns/op
Iteration 2: 1806,715 ns/op
Iteration 3: 1812,014 ns/op
Iteration 4: 1820,734 ns/op
Iteration 5: 1798,527 ns/op
Result : 1806,051 ±(99.9%) 42,976 ns/op
Statistics: (min, avg, max) = (1792,265, 1806,051, 1820,734), stdev = 11,161
Confidence interval (99.9%): [1763,075, 1849,027]
# Run progress: 33,33% complete, ETA 00:00:20
# VM invoker: C:\Program Files\Java\jdk1.7.0_55\jre\bin\java.exe
# VM options: -Xmx512m -Dfile.encoding=windows-1250
# Fork: 1 of 1
# Warmup: 5 iterations, 1 s each
# Measurement: 5 iterations, 1 s each
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: rx.archive.schedulers.ComputationSchedulerPerf.run
# Parameters: (size = 1024)
# Warmup Iteration 1: 2689830,793 ns/op
# Warmup Iteration 2: 1819231,827 ns/op
# Warmup Iteration 3: 1789234,360 ns/op
# Warmup Iteration 4: 1793472,387 ns/op
# Warmup Iteration 5: 1757104,835 ns/op
Iteration 1: 1794139,188 ns/op
Iteration 2: 1803036,072 ns/op
Iteration 3: 1799029,385 ns/op
Iteration 4: 1795849,165 ns/op
Iteration 5: 1789186,274 ns/op
Result : 1796248,017 ±(99.9%) 20035,208 ns/op
Statistics: (min, avg, max) = (1789186,274, 1796248,017, 1803036,072), stdev = 5203,080
Confidence interval (99.9%): [1776212,809, 1816283,225]
# Run progress: 66,67% complete, ETA 00:00:10
# VM invoker: C:\Program Files\Java\jdk1.7.0_55\jre\bin\java.exe
# VM options: -Xmx512m -Dfile.encoding=windows-1250
# Fork: 1 of 1
# Warmup: 5 iterations, 1 s each
# Measurement: 5 iterations, 1 s each
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Average time, time/op
# Benchmark: rx.archive.schedulers.ComputationSchedulerPerf.run
# Parameters: (size = 1048576)
# Warmup Iteration 1: 1909383921,000 ns/op
# Warmup Iteration 2: 1825204104,000 ns/op
# Warmup Iteration 3: 1844276748,000 ns/op
# Warmup Iteration 4: 1841280172,000 ns/op
# Warmup Iteration 5: 1843241923,000 ns/op
Iteration 1: 1860352048,000 ns/op
Iteration 2: 1824702243,000 ns/op
Iteration 3: 1815606922,000 ns/op
Iteration 4: 1845082337,000 ns/op
Iteration 5: 1537707935,000 ns/op
Result : 1776690297,000 ±(99.9%) 518798285,828 ns/op
Statistics: (min, avg, max) = (1537707935,000, 1776690297,000, 1860352048,000), stdev = 134730267,315
Confidence interval (99.9%): [1257892011,172, 2295488582,828]
Benchmark (size) Mode Samples Mean Mean error Units
r.a.s.ComputationSchedulerPerf.run 1 avgt 5 1806,051 42,976 ns/op
r.a.s.ComputationSchedulerPerf.run 1024 avgt 5 1796248,017 20035,208 ns/op
r.a.s.ComputationSchedulerPerf.run 1048576 avgt 5 1776690297,000 518798285,828 ns/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment