Skip to content

Instantly share code, notes, and snippets.

@pmbauer
Created September 3, 2013 10:49
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 pmbauer/6422365 to your computer and use it in GitHub Desktop.
Save pmbauer/6422365 to your computer and use it in GitHub Desktop.
criterium report for psplit
amd64 Linux 3.2.0-52-generic, 6 cores
Java HotSpot(TM) 64-Bit Server VM 23.21-b01
*** Single UseConcMarkSweepGC ***
Runtime arguments: -XX:-UseConcMarkSweepGC
Evaluation count : 300 in 60 samples of 5 calls.
Execution time sample mean : 207.175228 ms
Execution time mean : 207.185921 ms
Execution time sample std-deviation : 1.012513 ms
Execution time std-deviation : 1.022277 ms
Execution time lower quantile : 205.574693 ms ( 2.5%)
Execution time upper quantile : 209.188487 ms (97.5%)
Overhead used : 2.808617 ns
*** Multi UseConcMarkSweepGC ***
Evaluation count : 1020 in 60 samples of 17 calls.
Execution time sample mean : 61.238744 ms
Execution time mean : 61.237389 ms
Execution time sample std-deviation : 643.025532 µs
Execution time std-deviation : 648.220755 µs
Execution time lower quantile : 59.870071 ms ( 2.5%)
Execution time upper quantile : 62.509069 ms (97.5%)
Overhead used : 2.808617 ns
*** Single 8G ***
Runtime arguments: -Xmx8G -Xms8G -XX:-UseConcMarkSweepGC
Evaluation count : 360 in 60 samples of 6 calls.
Execution time sample mean : 191.119417 ms
Execution time mean : 191.118363 ms
Execution time sample std-deviation : 794.001514 µs
Execution time std-deviation : 813.098737 µs
Execution time lower quantile : 189.667265 ms ( 2.5%)
Execution time upper quantile : 192.692404 ms (97.5%)
Overhead used : 2.793791 ns
*** Multi 8G ***
Runtime arguments: -Xmx8G -Xms8G -XX:-UseConcMarkSweepGC
Evaluation count : 1080 in 60 samples of 18 calls.
Execution time sample mean : 57.574680 ms
Execution time mean : 57.572405 ms
Execution time sample std-deviation : 552.607001 µs
Execution time std-deviation : 560.665124 µs
Execution time lower quantile : 56.638050 ms ( 2.5%)
Execution time upper quantile : 58.471274 ms (97.5%)
Overhead used : 2.793791 ns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment