Skip to content

Instantly share code, notes, and snippets.

@fcamblor
Last active August 29, 2015 14:12
Show Gist options
  • Save fcamblor/376cde62204a01b62c9d to your computer and use it in GitHub Desktop.
Save fcamblor/376cde62204a01b62c9d to your computer and use it in GitHub Desktop.
Validating POJO Benchmarking
Notes:
- "ss" stands for "single shot" (that is to say only 1 operation call after warmup)
- Time scores are expressed in seconds (with ms precision)
- In "sample" mode, I made 8 warmup iterations, 1s each, and 10 measurement iterations, 1s each.
6 forks (=occurences) are made of these warmups+iterations
- No multithreading during this benchmarks
Benchmark Mode Samples Score Error Units
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO sample 1019698 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO sample 1047799 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnPOJO sample 1090202 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO sample 470899 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO sample 418788 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO sample 372808 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO sample 793554 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO sample 864629 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnPOJO sample 850216 0.000 ? 0.000 s/op
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO ss 60 0.001 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO ss 60 0.000 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithFewConstraintOnPOJO ss 60 0.001 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO ss 60 0.004 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO ss 60 0.003 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO ss 60 0.004 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO ss 60 0.000 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO ss 60 0.000 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithNoConstraintOnPOJO ss 60 0.000 ? 0.000 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO ss 60 0.017 ? 0.022 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO ss 60 0.014 ? 0.019 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithFewConstraintOnPOJO ss 60 0.014 ? 0.018 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO ss 60 0.023 ? 0.025 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO ss 60 0.024 ? 0.027 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO ss 60 0.027 ? 0.032 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO ss 60 0.010 ? 0.014 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO ss 60 0.013 ? 0.018 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithNoConstraintOnPOJO ss 60 0.012 ? 0.016 s
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO ss 60 0.001 ? 0.001 s
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO ss 60 0.001 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnPOJO ss 60 0.001 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO ss 60 0.004 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO ss 60 0.006 ? 0.005 s
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO ss 60 0.004 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO ss 60 0.000 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO ss 60 0.000 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnPOJO ss 60 0.000 ? 0.000 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Sampling time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO
# Run progress: 0.00% complete, ETA 00:16:14
# Fork: 1 of 6
# Warmup Iteration 1: n = 3122, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 17185, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 13120, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 14476, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 17041, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 18163, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 17397, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 17479, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 19516, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 18911, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 18801, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 18947, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 9048, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 17631, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 17401, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 16845, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 18662, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 16994, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 1.85% complete, ETA 00:17:07
# Fork: 2 of 6
# Warmup Iteration 1: n = 3468, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 23904, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 16379, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 19598, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 19230, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 19040, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 18560, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 18871, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 18687, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 19459, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 18186, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 18204, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 18174, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 19050, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 18380, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 18416, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 19154, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 18540, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 3.70% complete, ETA 00:16:44
# Fork: 3 of 6
# Warmup Iteration 1: n = 3484, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 23030, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 15607, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 18616, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 19375, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 19419, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 18522, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 19543, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 18262, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 19771, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 18406, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 19270, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 18883, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 17494, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 19615, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 19432, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 19482, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 18825, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 5.54% complete, ETA 00:16:24
# Fork: 4 of 6
# Warmup Iteration 1: n = 3195, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 22110, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 16385, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 16573, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 18642, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 19810, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 19164, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 19806, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 17321, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 19435, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 19591, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 19274, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 18455, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 17525, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 18372, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 19734, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 15385, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 19567, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 7.39% complete, ETA 00:16:03
# Fork: 5 of 6
# Warmup Iteration 1: n = 3195, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 21204, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 15962, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 17282, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 19334, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 19074, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 19385, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 18752, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 18766, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 17836, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 19327, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 19207, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 19191, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 18820, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 19608, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 18779, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 19432, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 19481, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 9.24% complete, ETA 00:15:44
# Fork: 6 of 6
# Warmup Iteration 1: n = 3505, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 23282, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 16463, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 18952, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 19367, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 10029, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 9512, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 9892, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 9481, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 9838, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 9600, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 9689, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 9823, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 9585, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 9514, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 9602, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 9523, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 9491, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Result: 0.000 ?(99.9%) 0.000 s/op [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.007), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 1019698
mean = 0.000 ?(99.9%) 0.000 s/op
min = 0.000 s/op
p( 0.0000) = 0.000 s/op
p(50.0000) = 0.000 s/op
p(90.0000) = 0.000 s/op
p(95.0000) = 0.000 s/op
p(99.0000) = 0.000 s/op
p(99.9000) = 0.000 s/op
p(99.9900) = 0.001 s/op
p(99.9990) = 0.002 s/op
p(99.9999) = 0.007 s/op
max = 0.007 s/op
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Sampling time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO
# Run progress: 11.09% complete, ETA 00:15:24
# Fork: 1 of 6
# Warmup Iteration 1: n = 6184, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 25368, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 14800, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 14418, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 17547, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 17874, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 16677, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 17559, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 18220, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 17785, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 17655, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 17739, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 17845, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 17764, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 17760, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 17883, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 17335, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 17995, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 12.94% complete, ETA 00:15:07
# Fork: 2 of 6
# Warmup Iteration 1: n = 6521, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 25011, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 15357, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 15926, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 17872, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 17868, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 18201, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 18085, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 17582, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 18086, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 18452, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 14268, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 16703, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 17927, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 18228, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 17674, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 18264, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 17662, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 14.78% complete, ETA 00:14:47
# Fork: 3 of 6
# Warmup Iteration 1: n = 4757, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 23398, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 14767, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 13279, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 16894, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 15906, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 16568, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 18474, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 17357, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 17807, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 14536, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 17545, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 18154, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 17686, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 17939, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 17828, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 17896, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 17849, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 16.63% complete, ETA 00:14:28
# Fork: 4 of 6
# Warmup Iteration 1: n = 5862, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 21612, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 15474, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 15562, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 17798, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 17293, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 16553, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 16829, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 17850, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 17484, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 17825, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 17890, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 17573, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 16024, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 17578, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 17323, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 17193, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 16898, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 18.48% complete, ETA 00:14:08
# Fork: 5 of 6
# Warmup Iteration 1: n = 5311, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 24539, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 15144, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 16208, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 17081, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 17358, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 17462, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 16916, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 17719, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 16160, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 17634, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 16795, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 18053, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 17284, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 17182, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 17245, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 17621, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 17207, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 20.33% complete, ETA 00:13:48
# Fork: 6 of 6
# Warmup Iteration 1: n = 6523, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 24707, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 14979, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 15560, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 17766, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 16953, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 17022, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 17644, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 17499, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 17441, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 17393, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 17431, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 17712, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 17374, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 17008, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 17263, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 17001, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 17715, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Result: 0.000 ?(99.9%) 0.000 s/op [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.006), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 1047799
mean = 0.000 ?(99.9%) 0.000 s/op
min = 0.000 s/op
p( 0.0000) = 0.000 s/op
p(50.0000) = 0.000 s/op
p(90.0000) = 0.000 s/op
p(95.0000) = 0.000 s/op
p(99.0000) = 0.000 s/op
p(99.9000) = 0.000 s/op
p(99.9900) = 0.000 s/op
p(99.9990) = 0.001 s/op
p(99.9999) = 0.006 s/op
max = 0.006 s/op
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Sampling time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithFewConstraintOnPOJO
# Run progress: 22.18% complete, ETA 00:13:29
# Fork: 1 of 6
# Warmup Iteration 1: n = 3551, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 22699, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 15763, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 18654, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 19228, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 18584, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 14723, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 15006, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 14790, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 18546, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 18905, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 18517, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 18577, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 19295, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 18943, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 18497, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 16843, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 18382, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 24.02% complete, ETA 00:13:11
# Fork: 2 of 6
# Warmup Iteration 1: n = 3227, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 22001, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 16238, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 17165, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 19058, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 18649, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 19206, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 18648, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 18937, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 19122, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 17904, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 19109, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 17449, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 17716, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 18736, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 18930, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 18521, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 18056, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 25.87% complete, ETA 00:12:51
# Fork: 3 of 6
# Warmup Iteration 1: n = 3457, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 19637, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 16345, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 17345, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 17687, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 17895, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 18800, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 18347, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 18879, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 18722, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 18383, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 18742, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 18319, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 18241, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 18639, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 19150, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 18824, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 18673, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 27.72% complete, ETA 00:12:32
# Fork: 4 of 6
# Warmup Iteration 1: n = 2992, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 21285, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 16213, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 14978, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 19194, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 19403, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 18586, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 18820, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 18720, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 18306, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 19189, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 18792, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 18721, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 17641, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 18222, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 18337, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 18827, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 19250, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 29.57% complete, ETA 00:12:13
# Fork: 5 of 6
# Warmup Iteration 1: n = 3314, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 22259, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 16188, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 16846, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 19229, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 19285, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 18926, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 19309, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 18820, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 18137, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 19041, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 18628, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 18320, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 19063, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 18199, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 18285, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 18895, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 18486, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 31.42% complete, ETA 00:11:53
# Fork: 6 of 6
# Warmup Iteration 1: n = 2746, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 18627, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 16702, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 15578, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 18519, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 17663, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 13753, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 7987, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 14745, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 17536, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 13696, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 15958, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 18010, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 15934, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 18355, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 18275, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 17338, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 16129, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Result: 0.000 ?(99.9%) 0.000 s/op [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.010), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 1090202
mean = 0.000 ?(99.9%) 0.000 s/op
min = 0.000 s/op
p( 0.0000) = 0.000 s/op
p(50.0000) = 0.000 s/op
p(90.0000) = 0.000 s/op
p(95.0000) = 0.000 s/op
p(99.0000) = 0.000 s/op
p(99.9000) = 0.000 s/op
p(99.9900) = 0.001 s/op
p(99.9990) = 0.002 s/op
p(99.9999) = 0.010 s/op
max = 0.010 s/op
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Sampling time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO
# Run progress: 33.26% complete, ETA 00:11:34
# Fork: 1 of 6
# Warmup Iteration 1: n = 302, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 1077, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 3886, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 9645, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 11677, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 9706, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 6143, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 7726, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 6145, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 8854, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 9137, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 9921, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 8307, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 8368, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 8702, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 7721, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 9044, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 7875, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 35.11% complete, ETA 00:11:16
# Fork: 2 of 6
# Warmup Iteration 1: n = 123, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 409, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 820, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 1804, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 5663, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 5120, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 7699, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 8218, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 7166, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 8410, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 3999, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 4232, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 8293, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 9107, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 7341, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 6775, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 8554, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 7827, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 36.96% complete, ETA 00:10:58
# Fork: 3 of 6
# Warmup Iteration 1: n = 241, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 520, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 426, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 220, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 536, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 1236, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 4906, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 4656, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 7987, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 8257, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 7582, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 9193, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 8826, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 8454, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 9320, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 8161, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 9178, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 9194, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 38.81% complete, ETA 00:10:41
# Fork: 4 of 6
# Warmup Iteration 1: n = 180, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 444, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 454, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 674, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 1, 1, 1 s/op
# Warmup Iteration 5: n = 463, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 597, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 1460, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 5699, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 3632, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 5291, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 7476, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 7742, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 8060, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 7569, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 6358, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 7871, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 8041, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 7649, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 40.65% complete, ETA 00:10:23
# Fork: 5 of 6
# Warmup Iteration 1: n = 217, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 857, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 1451, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 3251, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 3409, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 8273, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 7510, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 7790, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 8921, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 6918, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 8554, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 8760, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 5056, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 5545, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 8366, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 8054, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 5459, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 8668, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 42.50% complete, ETA 00:10:04
# Fork: 6 of 6
# Warmup Iteration 1: n = 137, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 549, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 898, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 2094, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 5360, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 7128, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 7900, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 8229, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 8640, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 7534, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 8906, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 8084, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 8088, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 9460, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 8288, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 8943, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 8871, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 8165, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Result: 0.000 ?(99.9%) 0.000 s/op [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.044), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 470899
mean = 0.000 ?(99.9%) 0.000 s/op
min = 0.000 s/op
p( 0.0000) = 0.000 s/op
p(50.0000) = 0.000 s/op
p(90.0000) = 0.000 s/op
p(95.0000) = 0.000 s/op
p(99.0000) = 0.000 s/op
p(99.9000) = 0.002 s/op
p(99.9900) = 0.009 s/op
p(99.9990) = 0.030 s/op
p(99.9999) = 0.044 s/op
max = 0.044 s/op
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Sampling time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO
# Run progress: 44.35% complete, ETA 00:09:45
# Fork: 1 of 6
# Warmup Iteration 1: n = 131, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 422, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 574, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 1209, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 1644, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 2927, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 4460, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 7260, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 7901, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 6544, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 5987, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 6878, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 8236, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 8743, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 8507, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 8556, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 8813, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 7935, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 46.20% complete, ETA 00:09:27
# Fork: 2 of 6
# Warmup Iteration 1: n = 129, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 406, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 564, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 1296, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 3979, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 4986, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 8491, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 7137, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 7591, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 5964, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 6340, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 9241, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 9636, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 9261, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 8243, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 8879, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 8197, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 7423, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 48.05% complete, ETA 00:09:08
# Fork: 3 of 6
# Warmup Iteration 1: n = 131, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 400, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 480, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 725, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 2937, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 3833, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 6987, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 6327, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 7349, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 8448, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 7354, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 8921, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 8181, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 8627, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 6905, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 6326, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 5654, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 4078, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 49.89% complete, ETA 00:08:49
# Fork: 4 of 6
# Warmup Iteration 1: n = 58, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 199, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 283, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 279, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 476, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 789, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 1166, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 830, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 755, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 1084, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 1689, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 4746, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 4504, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 7121, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 6783, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 7792, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 8124, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 7622, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 51.74% complete, ETA 00:08:30
# Fork: 5 of 6
# Warmup Iteration 1: n = 141, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 321, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 473, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 1088, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 2575, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 4135, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 5306, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 6749, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 8269, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 8270, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 6004, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 7658, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 5555, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 7892, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 5825, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 5221, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 5572, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 7424, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 53.59% complete, ETA 00:08:11
# Fork: 6 of 6
# Warmup Iteration 1: n = 98, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 370, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 532, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 1342, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 3056, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 4832, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 7139, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 6472, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 7292, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 7941, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 8316, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 7995, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 5483, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 8055, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 5567, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 7375, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 7323, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 4813, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Result: 0.000 ?(99.9%) 0.000 s/op [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.045), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 418788
mean = 0.000 ?(99.9%) 0.000 s/op
min = 0.000 s/op
p( 0.0000) = 0.000 s/op
p(50.0000) = 0.000 s/op
p(90.0000) = 0.000 s/op
p(95.0000) = 0.000 s/op
p(99.0000) = 0.001 s/op
p(99.9000) = 0.003 s/op
p(99.9900) = 0.011 s/op
p(99.9990) = 0.025 s/op
p(99.9999) = 0.045 s/op
max = 0.045 s/op
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Sampling time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO
# Run progress: 55.44% complete, ETA 00:07:51
# Fork: 1 of 6
# Warmup Iteration 1: n = 167, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 453, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 644, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 1249, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 3072, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 5711, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 8754, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 8296, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 7884, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 8050, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 5169, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 2768, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 5119, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 7972, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 8291, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 6998, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 6067, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 5029, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 57.29% complete, ETA 00:07:33
# Fork: 2 of 6
# Warmup Iteration 1: n = 227, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 355, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 353, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 303, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 266, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 1648, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 1792, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 2149, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 2856, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 4937, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 6894, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 5458, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 5762, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 6322, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 5068, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 5750, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 1235, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 538, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 59.13% complete, ETA 00:07:14
# Fork: 3 of 6
# Warmup Iteration 1: n = 20, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 1, 1, 1, 1, 1 s/op
# Warmup Iteration 2: n = 199, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 249, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 322, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 726, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 971, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 3590, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 5404, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 8230, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 8119, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 8640, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 9205, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 8480, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 7150, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 7813, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 9160, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 8619, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 8793, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 60.98% complete, ETA 00:06:55
# Fork: 4 of 6
# Warmup Iteration 1: n = 159, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 329, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 371, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 835, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 3022, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 3590, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 6275, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 5259, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 4176, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 7382, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 6776, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 4830, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 3026, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 3556, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 7466, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 6176, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 7198, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 6178, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 62.83% complete, ETA 00:06:36
# Fork: 5 of 6
# Warmup Iteration 1: n = 140, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 349, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 427, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 937, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 2242, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 4263, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 2996, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 1, 1 s/op
# Warmup Iteration 8: n = 1377, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 2948, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 5258, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 6785, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 5547, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 4378, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 6088, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 5331, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 2136, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 3600, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 5532, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 64.68% complete, ETA 00:06:17
# Fork: 6 of 6
# Warmup Iteration 1: n = 114, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 197, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 342, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 535, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 628, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 944, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 2375, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 4932, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 6389, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 5931, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 7458, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 8842, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 9197, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 6935, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 9077, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 7430, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 7793, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 7013, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Result: 0.000 ?(99.9%) 0.000 s/op [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.228), stdev = 0.001
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 372808
mean = 0.000 ?(99.9%) 0.000 s/op
min = 0.000 s/op
p( 0.0000) = 0.000 s/op
p(50.0000) = 0.000 s/op
p(90.0000) = 0.000 s/op
p(95.0000) = 0.000 s/op
p(99.0000) = 0.001 s/op
p(99.9000) = 0.005 s/op
p(99.9900) = 0.023 s/op
p(99.9990) = 0.133 s/op
p(99.9999) = 0.228 s/op
max = 0.228 s/op
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Sampling time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO
# Run progress: 66.53% complete, ETA 00:05:57
# Fork: 1 of 6
# Warmup Iteration 1: n = 17664, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 26294, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 16447, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 14278, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 12622, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 14635, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 13902, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 13423, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 12896, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 8553, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 8224, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 9694, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 10838, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 6763, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 8745, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 10776, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 10723, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 10246, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 68.37% complete, ETA 00:05:38
# Fork: 2 of 6
# Warmup Iteration 1: n = 16257, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 29323, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 22186, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 12932, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 17931, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 12608, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 11642, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 13481, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 12157, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 13072, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 12109, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 9272, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 9361, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 11247, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 12962, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 12081, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 10199, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 10446, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 70.22% complete, ETA 00:05:18
# Fork: 3 of 6
# Warmup Iteration 1: n = 22044, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 18626, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 17213, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 6523, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 11022, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 10752, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 12424, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 11325, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 11014, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 13470, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 12702, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 12011, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 11802, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 11476, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 13375, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 12702, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 11140, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 12700, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 72.07% complete, ETA 00:04:58
# Fork: 4 of 6
# Warmup Iteration 1: n = 23656, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 19069, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 19240, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 11190, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 14056, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 14232, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 13433, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 11469, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 11576, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 12686, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 14662, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 15049, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 15968, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 15337, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 15029, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 16411, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 14763, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 13678, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 73.92% complete, ETA 00:04:39
# Fork: 5 of 6
# Warmup Iteration 1: n = 23649, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 26743, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 12213, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 16136, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 15887, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 16334, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 16176, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 15790, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 15883, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 16216, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 15892, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 16013, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 15527, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 16007, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 16085, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 16213, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 15898, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 15953, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 75.77% complete, ETA 00:04:19
# Fork: 6 of 6
# Warmup Iteration 1: n = 19605, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 26338, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 11605, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 14876, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 13014, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 14511, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 15771, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 15177, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 16191, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 15473, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 15422, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 16059, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 15514, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 15481, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 15375, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 14596, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 15845, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 15996, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Result: 0.000 ?(99.9%) 0.000 s/op [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.003), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 793554
mean = 0.000 ?(99.9%) 0.000 s/op
min = 0.000 s/op
p( 0.0000) = 0.000 s/op
p(50.0000) = 0.000 s/op
p(90.0000) = 0.000 s/op
p(95.0000) = 0.000 s/op
p(99.0000) = 0.000 s/op
p(99.9000) = 0.000 s/op
p(99.9900) = 0.000 s/op
p(99.9990) = 0.001 s/op
p(99.9999) = 0.003 s/op
max = 0.003 s/op
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Sampling time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO
# Run progress: 77.61% complete, ETA 00:03:59
# Fork: 1 of 6
# Warmup Iteration 1: n = 22844, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 23649, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 10631, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 14413, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 16366, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 16502, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 15929, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 16102, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 16338, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 15643, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 16051, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 16179, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 15157, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 16081, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 16470, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 16027, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 16042, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 15738, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 79.46% complete, ETA 00:03:39
# Fork: 2 of 6
# Warmup Iteration 1: n = 22784, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 26146, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 10535, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 16179, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 15839, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 15975, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 16043, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 16347, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 14752, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 15277, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 15233, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 15275, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 15618, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 15708, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 15862, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 15765, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 16284, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 16039, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 81.31% complete, ETA 00:03:19
# Fork: 3 of 6
# Warmup Iteration 1: n = 24472, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 26346, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 12675, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 14850, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 15726, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 15240, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 15854, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 15294, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 16333, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 15547, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 13049, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 14589, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 14762, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 14365, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 14055, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 12039, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 14734, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 15405, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 83.16% complete, ETA 00:02:59
# Fork: 4 of 6
# Warmup Iteration 1: n = 19975, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 24094, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 15895, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 14281, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 12497, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 13495, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 13576, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 12540, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 14331, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 14429, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 13751, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 13946, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 13933, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 13668, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 12417, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 12558, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 13071, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 14113, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 85.01% complete, ETA 00:02:39
# Fork: 5 of 6
# Warmup Iteration 1: n = 29537, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 22861, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 18164, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 13687, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 13986, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 14309, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 13124, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 14352, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 14951, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 14581, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 14541, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 13285, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 15031, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 15012, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 14870, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 11383, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 11648, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 13131, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 86.85% complete, ETA 00:02:20
# Fork: 6 of 6
# Warmup Iteration 1: n = 28942, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 23089, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 10082, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 8573, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 13328, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 13863, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 12806, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 12478, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 11883, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 13832, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 13302, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 14348, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 12376, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 13130, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 11363, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 12333, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 13126, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 13869, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Result: 0.000 ?(99.9%) 0.000 s/op [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.002), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 864629
mean = 0.000 ?(99.9%) 0.000 s/op
min = 0.000 s/op
p( 0.0000) = 0.000 s/op
p(50.0000) = 0.000 s/op
p(90.0000) = 0.000 s/op
p(95.0000) = 0.000 s/op
p(99.0000) = 0.000 s/op
p(99.9000) = 0.000 s/op
p(99.9900) = 0.000 s/op
p(99.9990) = 0.000 s/op
p(99.9999) = 0.002 s/op
max = 0.002 s/op
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, 1 s each
# Measurement: 10 iterations, 1 s each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Sampling time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithNoConstraintOnPOJO
# Run progress: 88.70% complete, ETA 00:02:00
# Fork: 1 of 6
# Warmup Iteration 1: n = 28874, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 22041, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 18046, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 18899, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 19975, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 12415, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 12998, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 12953, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 11509, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 12479, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 13492, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 13882, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 14234, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 14474, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 13302, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 13015, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 12261, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 10918, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 90.55% complete, ETA 00:01:40
# Fork: 2 of 6
# Warmup Iteration 1: n = 24860, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 18727, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 19363, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 11452, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 14147, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 12261, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 12448, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 13734, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 13779, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 13866, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 14101, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 14419, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 13515, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 12420, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 14511, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 13245, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 12828, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 13738, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 92.40% complete, ETA 00:01:20
# Fork: 3 of 6
# Warmup Iteration 1: n = 29182, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 22675, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 18609, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 10630, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 11620, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 13167, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 13642, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 14089, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 13588, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 12992, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 12744, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 13593, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 14182, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 13721, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 12792, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 12253, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 13775, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 13054, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 94.25% complete, ETA 00:01:01
# Fork: 4 of 6
# Warmup Iteration 1: n = 24799, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 21735, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 18179, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 13186, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 13095, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 13278, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 13943, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 13289, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 13651, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 12464, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 12941, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 13237, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 12429, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 12845, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 13409, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 11668, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 12763, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 16299, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 96.09% complete, ETA 00:00:41
# Fork: 5 of 6
# Warmup Iteration 1: n = 20334, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 24936, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 19502, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 15243, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 16948, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 14149, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 8925, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 13688, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 15718, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 15899, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 16269, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 16653, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 15687, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 16296, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 16483, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 16551, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 16674, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 16339, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Run progress: 97.94% complete, ETA 00:00:21
# Fork: 6 of 6
# Warmup Iteration 1: n = 24554, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 2: n = 28634, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 3: n = 12442, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 4: n = 16370, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 5: n = 16900, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 6: n = 16494, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 7: n = 16727, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
# Warmup Iteration 8: n = 15836, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 1: n = 11757, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 2: n = 17098, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 3: n = 16659, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 4: n = 15552, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 5: n = 15417, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 6: n = 16598, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 7: n = 16587, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 8: n = 15872, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 9: n = 16431, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Iteration 10: n = 15288, mean = 0 s/op, p{0.00, 0.50, 0.90, 0.95, 0.99, 0.999, 0.9999, 1.00} = 0, 0, 0, 0, 0, 0, 0, 0 s/op
Result: 0.000 ?(99.9%) 0.000 s/op [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.006), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 850216
mean = 0.000 ?(99.9%) 0.000 s/op
min = 0.000 s/op
p( 0.0000) = 0.000 s/op
p(50.0000) = 0.000 s/op
p(90.0000) = 0.000 s/op
p(95.0000) = 0.000 s/op
p(99.0000) = 0.000 s/op
p(99.9000) = 0.000 s/op
p(99.9900) = 0.000 s/op
p(99.9990) = 0.001 s/op
p(99.9999) = 0.006 s/op
max = 0.006 s/op
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO
# Run progress: 99.79% complete, ETA 00:00:02
# Fork: 1 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.79% complete, ETA 00:00:02
# Fork: 2 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.79% complete, ETA 00:00:02
# Fork: 3 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.79% complete, ETA 00:00:02
# Fork: 4 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.79% complete, ETA 00:00:02
# Fork: 5 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.79% complete, ETA 00:00:02
# Fork: 6 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
Result: 0.001 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.001, 0.001, 0.001), stdev = 0.000
Confidence interval (99.9%): [0.001, 0.001]
Samples, N = 60
mean = 0.001 ?(99.9%) 0.000 s
min = 0.001 s
p( 0.0000) = 0.001 s
p(50.0000) = 0.001 s
p(90.0000) = 0.001 s
p(95.0000) = 0.001 s
p(99.0000) = 0.001 s
p(99.9000) = 0.001 s
p(99.9900) = 0.001 s
p(99.9990) = 0.001 s
p(99.9999) = 0.001 s
max = 0.001 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO
# Run progress: 99.80% complete, ETA 00:00:02
# Fork: 1 of 6
Iteration 1: 0.000 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.80% complete, ETA 00:00:02
# Fork: 2 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.001 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.80% complete, ETA 00:00:02
# Fork: 3 of 6
Iteration 1: 0.000 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.80% complete, ETA 00:00:02
# Fork: 4 of 6
Iteration 1: 0.000 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.80% complete, ETA 00:00:02
# Fork: 5 of 6
Iteration 1: 0.000 s
Iteration 2: 0.001 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.80% complete, ETA 00:00:02
# Fork: 6 of 6
Iteration 1: 0.000 s
Iteration 2: 0.001 s
Iteration 3: 0.000 s
Iteration 4: 0.001 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
Result: 0.000 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.001), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 60
mean = 0.000 ?(99.9%) 0.000 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.000 s
p(90.0000) = 0.001 s
p(95.0000) = 0.001 s
p(99.0000) = 0.001 s
p(99.9000) = 0.001 s
p(99.9900) = 0.001 s
p(99.9990) = 0.001 s
p(99.9999) = 0.001 s
max = 0.001 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithFewConstraintOnPOJO
# Run progress: 99.80% complete, ETA 00:00:02
# Fork: 1 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.80% complete, ETA 00:00:02
# Fork: 2 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.80% complete, ETA 00:00:02
# Fork: 3 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.80% complete, ETA 00:00:02
# Fork: 4 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.81% complete, ETA 00:00:02
# Fork: 5 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.81% complete, ETA 00:00:02
# Fork: 6 of 6
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
Result: 0.001 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.001, 0.001, 0.001), stdev = 0.000
Confidence interval (99.9%): [0.001, 0.001]
Samples, N = 60
mean = 0.001 ?(99.9%) 0.000 s
min = 0.001 s
p( 0.0000) = 0.001 s
p(50.0000) = 0.001 s
p(90.0000) = 0.001 s
p(95.0000) = 0.001 s
p(99.0000) = 0.001 s
p(99.9000) = 0.001 s
p(99.9900) = 0.001 s
p(99.9990) = 0.001 s
p(99.9999) = 0.001 s
max = 0.001 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO
# Run progress: 99.81% complete, ETA 00:00:02
# Fork: 1 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.003 s
# Run progress: 99.81% complete, ETA 00:00:02
# Fork: 2 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.003 s
Iteration 4: 0.003 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.004 s
# Run progress: 99.81% complete, ETA 00:00:02
# Fork: 3 of 6
Iteration 1: 0.004 s
Iteration 2: 0.003 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.003 s
Iteration 8: 0.004 s
Iteration 9: 0.003 s
Iteration 10: 0.003 s
# Run progress: 99.81% complete, ETA 00:00:02
# Fork: 4 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.004 s
# Run progress: 99.81% complete, ETA 00:00:02
# Fork: 5 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.003 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.003 s
# Run progress: 99.81% complete, ETA 00:00:02
# Fork: 6 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.003 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.003 s
Result: 0.004 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.003, 0.004, 0.004), stdev = 0.000
Confidence interval (99.9%): [0.003, 0.004]
Samples, N = 60
mean = 0.004 ?(99.9%) 0.000 s
min = 0.003 s
p( 0.0000) = 0.003 s
p(50.0000) = 0.004 s
p(90.0000) = 0.004 s
p(95.0000) = 0.004 s
p(99.0000) = 0.004 s
p(99.9000) = 0.004 s
p(99.9900) = 0.004 s
p(99.9990) = 0.004 s
p(99.9999) = 0.004 s
max = 0.004 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO
# Run progress: 99.81% complete, ETA 00:00:02
# Fork: 1 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.003 s
Iteration 4: 0.003 s
Iteration 5: 0.004 s
Iteration 6: 0.003 s
Iteration 7: 0.003 s
Iteration 8: 0.004 s
Iteration 9: 0.003 s
Iteration 10: 0.004 s
# Run progress: 99.81% complete, ETA 00:00:02
# Fork: 2 of 6
Iteration 1: 0.003 s
Iteration 2: 0.004 s
Iteration 3: 0.003 s
Iteration 4: 0.003 s
Iteration 5: 0.003 s
Iteration 6: 0.003 s
Iteration 7: 0.003 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.003 s
# Run progress: 99.82% complete, ETA 00:00:02
# Fork: 3 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.003 s
Iteration 4: 0.003 s
Iteration 5: 0.003 s
Iteration 6: 0.003 s
Iteration 7: 0.003 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.004 s
# Run progress: 99.82% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.003 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.003 s
# Run progress: 99.82% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.003 s
Iteration 4: 0.003 s
Iteration 5: 0.003 s
Iteration 6: 0.003 s
Iteration 7: 0.003 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.003 s
# Run progress: 99.82% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.006 s
Iteration 2: 0.004 s
Iteration 3: 0.003 s
Iteration 4: 0.003 s
Iteration 5: 0.004 s
Iteration 6: 0.003 s
Iteration 7: 0.003 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.004 s
Result: 0.003 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.003, 0.003, 0.006), stdev = 0.000
Confidence interval (99.9%): [0.003, 0.004]
Samples, N = 60
mean = 0.003 ?(99.9%) 0.000 s
min = 0.003 s
p( 0.0000) = 0.003 s
p(50.0000) = 0.003 s
p(90.0000) = 0.004 s
p(95.0000) = 0.004 s
p(99.0000) = 0.006 s
p(99.9000) = 0.006 s
p(99.9900) = 0.006 s
p(99.9990) = 0.006 s
p(99.9999) = 0.006 s
max = 0.006 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO
# Run progress: 99.82% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.004 s
Iteration 2: 0.005 s
Iteration 3: 0.004 s
Iteration 4: 0.003 s
Iteration 5: 0.003 s
Iteration 6: 0.003 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.003 s
# Run progress: 99.82% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.012 s
Iteration 2: 0.006 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.003 s
Iteration 6: 0.003 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.004 s
# Run progress: 99.82% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.003 s
Iteration 5: 0.003 s
Iteration 6: 0.003 s
Iteration 7: 0.003 s
Iteration 8: 0.003 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.82% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.003 s
Iteration 4: 0.003 s
Iteration 5: 0.003 s
Iteration 6: 0.003 s
Iteration 7: 0.003 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.003 s
# Run progress: 99.82% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.003 s
Iteration 4: 0.003 s
Iteration 5: 0.004 s
Iteration 6: 0.003 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.003 s
# Run progress: 99.83% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.005 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.003 s
Iteration 10: 0.004 s
Result: 0.004 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.003, 0.004, 0.012), stdev = 0.001
Confidence interval (99.9%): [0.003, 0.004]
Samples, N = 60
mean = 0.004 ?(99.9%) 0.000 s
min = 0.003 s
p( 0.0000) = 0.003 s
p(50.0000) = 0.004 s
p(90.0000) = 0.004 s
p(95.0000) = 0.005 s
p(99.0000) = 0.012 s
p(99.9000) = 0.012 s
p(99.9900) = 0.012 s
p(99.9990) = 0.012 s
p(99.9999) = 0.012 s
max = 0.012 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO
# Run progress: 99.83% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.83% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.83% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.83% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.83% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.83% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
Result: 0.000 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.000), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 60
mean = 0.000 ?(99.9%) 0.000 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.000 s
p(90.0000) = 0.000 s
p(95.0000) = 0.000 s
p(99.0000) = 0.000 s
p(99.9000) = 0.000 s
p(99.9900) = 0.000 s
p(99.9990) = 0.000 s
p(99.9999) = 0.000 s
max = 0.000 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO
# Run progress: 99.83% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.83% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.83% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.84% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.84% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.84% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
Result: 0.000 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.000), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 60
mean = 0.000 ?(99.9%) 0.000 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.000 s
p(90.0000) = 0.000 s
p(95.0000) = 0.000 s
p(99.0000) = 0.000 s
p(99.9000) = 0.000 s
p(99.9900) = 0.000 s
p(99.9990) = 0.000 s
p(99.9999) = 0.000 s
max = 0.000 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithNoConstraintOnPOJO
# Run progress: 99.84% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.84% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.84% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.84% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.84% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.84% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
Result: 0.000 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.000), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 60
mean = 0.000 ?(99.9%) 0.000 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.000 s
p(90.0000) = 0.000 s
p(95.0000) = 0.000 s
p(99.0000) = 0.000 s
p(99.9000) = 0.000 s
p(99.9900) = 0.000 s
p(99.9990) = 0.000 s
p(99.9999) = 0.000 s
max = 0.000 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO
# Run progress: 99.84% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.140 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.85% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.170 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.85% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.161 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.85% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.156 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.85% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.150 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.85% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.180 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
Result: 0.017 ?(99.9%) 0.022 s [Average]
Statistics: (min, avg, max) = (0.001, 0.017, 0.180), stdev = 0.048
Confidence interval (99.9%): [-0.005, 0.038]
Samples, N = 60
mean = 0.017 ?(99.9%) 0.022 s
min = 0.001 s
p( 0.0000) = 0.001 s
p(50.0000) = 0.001 s
p(90.0000) = 0.126 s
p(95.0000) = 0.161 s
p(99.0000) = 0.180 s
p(99.9000) = 0.180 s
p(99.9900) = 0.180 s
p(99.9990) = 0.180 s
p(99.9999) = 0.180 s
max = 0.180 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO
# Run progress: 99.85% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.139 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.001 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.85% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.168 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.000 s
# Run progress: 99.85% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.127 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.85% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.131 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.000 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.86% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.126 s
Iteration 2: 0.001 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.001 s
# Run progress: 99.86% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.134 s
Iteration 2: 0.001 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
Result: 0.014 ?(99.9%) 0.019 s [Average]
Statistics: (min, avg, max) = (0.000, 0.014, 0.168), stdev = 0.042
Confidence interval (99.9%): [-0.004, 0.033]
Samples, N = 60
mean = 0.014 ?(99.9%) 0.019 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.000 s
p(90.0000) = 0.114 s
p(95.0000) = 0.133 s
p(99.0000) = 0.168 s
p(99.9000) = 0.168 s
p(99.9900) = 0.168 s
p(99.9990) = 0.168 s
p(99.9999) = 0.168 s
max = 0.168 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithFewConstraintOnPOJO
# Run progress: 99.86% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.130 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.86% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.136 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.86% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.137 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.86% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.145 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.86% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.138 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.86% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.137 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
Result: 0.014 ?(99.9%) 0.018 s [Average]
Statistics: (min, avg, max) = (0.001, 0.014, 0.145), stdev = 0.041
Confidence interval (99.9%): [-0.004, 0.033]
Samples, N = 60
mean = 0.014 ?(99.9%) 0.018 s
min = 0.001 s
p( 0.0000) = 0.001 s
p(50.0000) = 0.001 s
p(90.0000) = 0.117 s
p(95.0000) = 0.137 s
p(99.0000) = 0.145 s
p(99.9000) = 0.145 s
p(99.9900) = 0.145 s
p(99.9990) = 0.145 s
p(99.9999) = 0.145 s
max = 0.145 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO
# Run progress: 99.86% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.178 s
Iteration 2: 0.004 s
Iteration 3: 0.006 s
Iteration 4: 0.004 s
Iteration 5: 0.005 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.86% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.195 s
Iteration 2: 0.004 s
Iteration 3: 0.006 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.005 s
# Run progress: 99.87% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.198 s
Iteration 2: 0.005 s
Iteration 3: 0.006 s
Iteration 4: 0.004 s
Iteration 5: 0.005 s
Iteration 6: 0.005 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.87% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.211 s
Iteration 2: 0.004 s
Iteration 3: 0.006 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.018 s
Iteration 10: 0.006 s
# Run progress: 99.87% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.174 s
Iteration 2: 0.004 s
Iteration 3: 0.006 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.005 s
Iteration 8: 0.007 s
Iteration 9: 0.007 s
Iteration 10: 0.006 s
# Run progress: 99.87% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.176 s
Iteration 2: 0.004 s
Iteration 3: 0.005 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
Result: 0.023 ?(99.9%) 0.025 s [Average]
Statistics: (min, avg, max) = (0.004, 0.023, 0.211), stdev = 0.056
Confidence interval (99.9%): [-0.002, 0.048]
Samples, N = 60
mean = 0.023 ?(99.9%) 0.025 s
min = 0.004 s
p( 0.0000) = 0.004 s
p(50.0000) = 0.004 s
p(90.0000) = 0.158 s
p(95.0000) = 0.194 s
p(99.0000) = 0.211 s
p(99.9000) = 0.211 s
p(99.9900) = 0.211 s
p(99.9990) = 0.211 s
p(99.9999) = 0.211 s
max = 0.211 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO
# Run progress: 99.87% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.198 s
Iteration 2: 0.004 s
Iteration 3: 0.005 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.87% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.208 s
Iteration 2: 0.004 s
Iteration 3: 0.006 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.87% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.200 s
Iteration 2: 0.004 s
Iteration 3: 0.005 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.87% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.204 s
Iteration 2: 0.004 s
Iteration 3: 0.007 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.87% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.202 s
Iteration 2: 0.004 s
Iteration 3: 0.005 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.003 s
Iteration 10: 0.004 s
# Run progress: 99.87% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.207 s
Iteration 2: 0.004 s
Iteration 3: 0.008 s
Iteration 4: 0.005 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
Result: 0.024 ?(99.9%) 0.027 s [Average]
Statistics: (min, avg, max) = (0.003, 0.024, 0.208), stdev = 0.060
Confidence interval (99.9%): [-0.003, 0.051]
Samples, N = 60
mean = 0.024 ?(99.9%) 0.027 s
min = 0.003 s
p( 0.0000) = 0.003 s
p(50.0000) = 0.004 s
p(90.0000) = 0.179 s
p(95.0000) = 0.203 s
p(99.0000) = 0.208 s
p(99.9000) = 0.208 s
p(99.9900) = 0.208 s
p(99.9990) = 0.208 s
p(99.9999) = 0.208 s
max = 0.208 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO
# Run progress: 99.88% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.210 s
Iteration 2: 0.004 s
Iteration 3: 0.005 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.88% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.229 s
Iteration 2: 0.005 s
Iteration 3: 0.006 s
Iteration 4: 0.003 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.003 s
Iteration 10: 0.004 s
# Run progress: 99.88% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.209 s
Iteration 2: 0.004 s
Iteration 3: 0.005 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.004 s
Iteration 10: 0.003 s
# Run progress: 99.88% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.203 s
Iteration 2: 0.004 s
Iteration 3: 0.006 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.88% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.307 s
Iteration 2: 0.007 s
Iteration 3: 0.009 s
Iteration 4: 0.005 s
Iteration 5: 0.004 s
Iteration 6: 0.005 s
Iteration 7: 0.008 s
Iteration 8: 0.006 s
Iteration 9: 0.006 s
Iteration 10: 0.004 s
# Run progress: 99.88% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.247 s
Iteration 2: 0.004 s
Iteration 3: 0.005 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
Result: 0.027 ?(99.9%) 0.032 s [Average]
Statistics: (min, avg, max) = (0.003, 0.027, 0.307), stdev = 0.070
Confidence interval (99.9%): [-0.004, 0.059]
Samples, N = 60
mean = 0.027 ?(99.9%) 0.032 s
min = 0.003 s
p( 0.0000) = 0.003 s
p(50.0000) = 0.004 s
p(90.0000) = 0.184 s
p(95.0000) = 0.228 s
p(99.0000) = 0.307 s
p(99.9000) = 0.307 s
p(99.9900) = 0.307 s
p(99.9990) = 0.307 s
p(99.9999) = 0.307 s
max = 0.307 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO
# Run progress: 99.88% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.104 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.88% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.104 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.88% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.094 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.88% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.096 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.89% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.094 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.89% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.109 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
Result: 0.010 ?(99.9%) 0.014 s [Average]
Statistics: (min, avg, max) = (0.000, 0.010, 0.109), stdev = 0.030
Confidence interval (99.9%): [-0.003, 0.024]
Samples, N = 60
mean = 0.010 ?(99.9%) 0.014 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.000 s
p(90.0000) = 0.084 s
p(95.0000) = 0.103 s
p(99.0000) = 0.109 s
p(99.9000) = 0.109 s
p(99.9900) = 0.109 s
p(99.9990) = 0.109 s
p(99.9999) = 0.109 s
max = 0.109 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO
# Run progress: 99.89% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.131 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.89% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.096 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.89% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.103 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.89% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.122 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.89% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.188 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.89% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.125 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.001 s
Iteration 10: 0.000 s
Result: 0.013 ?(99.9%) 0.018 s [Average]
Statistics: (min, avg, max) = (0.000, 0.013, 0.188), stdev = 0.040
Confidence interval (99.9%): [-0.005, 0.031]
Samples, N = 60
mean = 0.013 ?(99.9%) 0.018 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.000 s
p(90.0000) = 0.086 s
p(95.0000) = 0.124 s
p(99.0000) = 0.188 s
p(99.9000) = 0.188 s
p(99.9900) = 0.188 s
p(99.9990) = 0.188 s
p(99.9999) = 0.188 s
max = 0.188 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: <none>
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithNoConstraintOnPOJO
# Run progress: 99.89% complete, ETA 00:00:01
# Fork: 1 of 6
Iteration 1: 0.096 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.90% complete, ETA 00:00:01
# Fork: 2 of 6
Iteration 1: 0.102 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.90% complete, ETA 00:00:01
# Fork: 3 of 6
Iteration 1: 0.124 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.90% complete, ETA 00:00:01
# Fork: 4 of 6
Iteration 1: 0.116 s
Iteration 2: 0.000 s
Iteration 3: 0.001 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.90% complete, ETA 00:00:01
# Fork: 5 of 6
Iteration 1: 0.113 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.90% complete, ETA 00:00:01
# Fork: 6 of 6
Iteration 1: 0.143 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
Result: 0.012 ?(99.9%) 0.016 s [Average]
Statistics: (min, avg, max) = (0.000, 0.012, 0.143), stdev = 0.035
Confidence interval (99.9%): [-0.004, 0.027]
Samples, N = 60
mean = 0.012 ?(99.9%) 0.016 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.000 s
p(90.0000) = 0.087 s
p(95.0000) = 0.116 s
p(99.0000) = 0.143 s
p(99.9000) = 0.143 s
p(99.9900) = 0.143 s
p(99.9990) = 0.143 s
p(99.9999) = 0.143 s
max = 0.143 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, single-shot each
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO
# Run progress: 99.90% complete, ETA 00:00:01
# Fork: 1 of 6
# Warmup Iteration 1: 0.170 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.90% complete, ETA 00:00:01
# Fork: 2 of 6
# Warmup Iteration 1: 0.180 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.90% complete, ETA 00:00:01
# Fork: 3 of 6
# Warmup Iteration 1: 0.164 s
# Warmup Iteration 2: 0.002 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.91% complete, ETA 00:00:01
# Fork: 4 of 6
# Warmup Iteration 1: 0.168 s
# Warmup Iteration 2: 0.002 s
# Warmup Iteration 3: 0.002 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.91% complete, ETA 00:00:01
# Fork: 5 of 6
# Warmup Iteration 1: 0.227 s
# Warmup Iteration 2: 0.002 s
# Warmup Iteration 3: 0.002 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.002 s
Iteration 2: 0.001 s
Iteration 3: 0.018 s
Iteration 4: 0.004 s
Iteration 5: 0.001 s
Iteration 6: 0.003 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.91% complete, ETA 00:00:01
# Fork: 6 of 6
# Warmup Iteration 1: 0.183 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
Result: 0.001 ?(99.9%) 0.001 s [Average]
Statistics: (min, avg, max) = (0.001, 0.001, 0.018), stdev = 0.002
Confidence interval (99.9%): [0.000, 0.002]
Samples, N = 60
mean = 0.001 ?(99.9%) 0.001 s
min = 0.001 s
p( 0.0000) = 0.001 s
p(50.0000) = 0.001 s
p(90.0000) = 0.001 s
p(95.0000) = 0.003 s
p(99.0000) = 0.018 s
p(99.9000) = 0.018 s
p(99.9900) = 0.018 s
p(99.9990) = 0.018 s
p(99.9999) = 0.018 s
max = 0.018 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, single-shot each
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO
# Run progress: 99.91% complete, ETA 00:00:01
# Fork: 1 of 6
# Warmup Iteration 1: 0.170 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.001 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.91% complete, ETA 00:00:01
# Fork: 2 of 6
# Warmup Iteration 1: 0.143 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.000 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.91% complete, ETA 00:00:00
# Fork: 3 of 6
# Warmup Iteration 1: 0.158 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.000 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.92% complete, ETA 00:00:00
# Fork: 4 of 6
# Warmup Iteration 1: 0.159 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.92% complete, ETA 00:00:00
# Fork: 5 of 6
# Warmup Iteration 1: 0.235 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.92% complete, ETA 00:00:00
# Fork: 6 of 6
# Warmup Iteration 1: 0.145 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
Result: 0.001 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.000, 0.001, 0.001), stdev = 0.000
Confidence interval (99.9%): [0.001, 0.001]
Samples, N = 60
mean = 0.001 ?(99.9%) 0.000 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.001 s
p(90.0000) = 0.001 s
p(95.0000) = 0.001 s
p(99.0000) = 0.001 s
p(99.9000) = 0.001 s
p(99.9900) = 0.001 s
p(99.9990) = 0.001 s
p(99.9999) = 0.001 s
max = 0.001 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, single-shot each
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithFewConstraintOnPOJO
# Run progress: 99.92% complete, ETA 00:00:00
# Fork: 1 of 6
# Warmup Iteration 1: 0.169 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.92% complete, ETA 00:00:00
# Fork: 2 of 6
# Warmup Iteration 1: 0.155 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.93% complete, ETA 00:00:00
# Fork: 3 of 6
# Warmup Iteration 1: 0.175 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.93% complete, ETA 00:00:00
# Fork: 4 of 6
# Warmup Iteration 1: 0.182 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.93% complete, ETA 00:00:00
# Fork: 5 of 6
# Warmup Iteration 1: 0.165 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
# Run progress: 99.93% complete, ETA 00:00:00
# Fork: 6 of 6
# Warmup Iteration 1: 0.159 s
# Warmup Iteration 2: 0.001 s
# Warmup Iteration 3: 0.001 s
# Warmup Iteration 4: 0.001 s
# Warmup Iteration 5: 0.001 s
# Warmup Iteration 6: 0.001 s
# Warmup Iteration 7: 0.001 s
# Warmup Iteration 8: 0.001 s
Iteration 1: 0.001 s
Iteration 2: 0.001 s
Iteration 3: 0.001 s
Iteration 4: 0.001 s
Iteration 5: 0.001 s
Iteration 6: 0.001 s
Iteration 7: 0.001 s
Iteration 8: 0.001 s
Iteration 9: 0.001 s
Iteration 10: 0.001 s
Result: 0.001 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.001, 0.001, 0.001), stdev = 0.000
Confidence interval (99.9%): [0.001, 0.001]
Samples, N = 60
mean = 0.001 ?(99.9%) 0.000 s
min = 0.001 s
p( 0.0000) = 0.001 s
p(50.0000) = 0.001 s
p(90.0000) = 0.001 s
p(95.0000) = 0.001 s
p(99.0000) = 0.001 s
p(99.9000) = 0.001 s
p(99.9900) = 0.001 s
p(99.9990) = 0.001 s
p(99.9999) = 0.001 s
max = 0.001 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, single-shot each
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO
# Run progress: 99.93% complete, ETA 00:00:00
# Fork: 1 of 6
# Warmup Iteration 1: 0.199 s
# Warmup Iteration 2: 0.005 s
# Warmup Iteration 3: 0.006 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.005 s
Iteration 3: 0.006 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.94% complete, ETA 00:00:00
# Fork: 2 of 6
# Warmup Iteration 1: 0.200 s
# Warmup Iteration 2: 0.006 s
# Warmup Iteration 3: 0.007 s
# Warmup Iteration 4: 0.006 s
# Warmup Iteration 5: 0.007 s
# Warmup Iteration 6: 0.006 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.006 s
Iteration 2: 0.005 s
Iteration 3: 0.006 s
Iteration 4: 0.005 s
Iteration 5: 0.004 s
Iteration 6: 0.005 s
Iteration 7: 0.007 s
Iteration 8: 0.005 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.94% complete, ETA 00:00:00
# Fork: 3 of 6
# Warmup Iteration 1: 0.240 s
# Warmup Iteration 2: 0.005 s
# Warmup Iteration 3: 0.006 s
# Warmup Iteration 4: 0.006 s
# Warmup Iteration 5: 0.005 s
# Warmup Iteration 6: 0.005 s
# Warmup Iteration 7: 0.005 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.005 s
Iteration 2: 0.004 s
Iteration 3: 0.005 s
Iteration 4: 0.005 s
Iteration 5: 0.005 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.94% complete, ETA 00:00:00
# Fork: 4 of 6
# Warmup Iteration 1: 0.226 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.006 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.005 s
# Warmup Iteration 6: 0.008 s
# Warmup Iteration 7: 0.005 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.005 s
Iteration 2: 0.005 s
Iteration 3: 0.006 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.94% complete, ETA 00:00:00
# Fork: 5 of 6
# Warmup Iteration 1: 0.206 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.006 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.006 s
# Warmup Iteration 6: 0.005 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.003 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.94% complete, ETA 00:00:00
# Fork: 6 of 6
# Warmup Iteration 1: 0.198 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.006 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.003 s
Result: 0.004 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.003, 0.004, 0.007), stdev = 0.001
Confidence interval (99.9%): [0.004, 0.005]
Samples, N = 60
mean = 0.004 ?(99.9%) 0.000 s
min = 0.003 s
p( 0.0000) = 0.003 s
p(50.0000) = 0.004 s
p(90.0000) = 0.005 s
p(95.0000) = 0.006 s
p(99.0000) = 0.007 s
p(99.9000) = 0.007 s
p(99.9900) = 0.007 s
p(99.9990) = 0.007 s
p(99.9999) = 0.007 s
max = 0.007 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, single-shot each
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO
# Run progress: 99.94% complete, ETA 00:00:00
# Fork: 1 of 6
# Warmup Iteration 1: 0.224 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.006 s
# Warmup Iteration 4: 0.005 s
# Warmup Iteration 5: 0.005 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.005 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.95% complete, ETA 00:00:00
# Fork: 2 of 6
# Warmup Iteration 1: 0.211 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.005 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.003 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.95% complete, ETA 00:00:00
# Fork: 3 of 6
# Warmup Iteration 1: 0.236 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.006 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.006 s
Iteration 2: 0.005 s
Iteration 3: 0.005 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.005 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.005 s
Iteration 10: 0.004 s
# Run progress: 99.95% complete, ETA 00:00:00
# Fork: 4 of 6
# Warmup Iteration 1: 0.269 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.006 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.95% complete, ETA 00:00:00
# Fork: 5 of 6
# Warmup Iteration 1: 0.299 s
# Warmup Iteration 2: 0.010 s
# Warmup Iteration 3: 0.015 s
# Warmup Iteration 4: 0.007 s
# Warmup Iteration 5: 0.007 s
# Warmup Iteration 6: 0.011 s
# Warmup Iteration 7: 0.007 s
# Warmup Iteration 8: 0.007 s
Iteration 1: 0.007 s
Iteration 2: 0.007 s
Iteration 3: 0.088 s
Iteration 4: 0.007 s
Iteration 5: 0.006 s
Iteration 6: 0.009 s
Iteration 7: 0.007 s
Iteration 8: 0.007 s
Iteration 9: 0.006 s
Iteration 10: 0.006 s
# Run progress: 99.95% complete, ETA 00:00:00
# Fork: 6 of 6
# Warmup Iteration 1: 0.234 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.005 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
Result: 0.006 ?(99.9%) 0.005 s [Average]
Statistics: (min, avg, max) = (0.003, 0.006, 0.088), stdev = 0.011
Confidence interval (99.9%): [0.001, 0.011]
Samples, N = 60
mean = 0.006 ?(99.9%) 0.005 s
min = 0.003 s
p( 0.0000) = 0.003 s
p(50.0000) = 0.004 s
p(90.0000) = 0.007 s
p(95.0000) = 0.007 s
p(99.0000) = 0.088 s
p(99.9000) = 0.088 s
p(99.9900) = 0.088 s
p(99.9990) = 0.088 s
p(99.9999) = 0.088 s
max = 0.088 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, single-shot each
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO
# Run progress: 99.96% complete, ETA 00:00:00
# Fork: 1 of 6
# Warmup Iteration 1: 0.224 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.006 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.005 s
Iteration 8: 0.006 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.96% complete, ETA 00:00:00
# Fork: 2 of 6
# Warmup Iteration 1: 0.260 s
# Warmup Iteration 2: 0.005 s
# Warmup Iteration 3: 0.006 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.005 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.005 s
Iteration 9: 0.005 s
Iteration 10: 0.004 s
# Run progress: 99.96% complete, ETA 00:00:00
# Fork: 3 of 6
# Warmup Iteration 1: 0.237 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.006 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.96% complete, ETA 00:00:00
# Fork: 4 of 6
# Warmup Iteration 1: 0.201 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.005 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.004 s
Iteration 6: 0.004 s
Iteration 7: 0.003 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
# Run progress: 99.96% complete, ETA 00:00:00
# Fork: 5 of 6
# Warmup Iteration 1: 0.197 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.005 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.003 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.003 s
# Run progress: 99.96% complete, ETA 00:00:00
# Fork: 6 of 6
# Warmup Iteration 1: 0.222 s
# Warmup Iteration 2: 0.004 s
# Warmup Iteration 3: 0.005 s
# Warmup Iteration 4: 0.004 s
# Warmup Iteration 5: 0.004 s
# Warmup Iteration 6: 0.004 s
# Warmup Iteration 7: 0.004 s
# Warmup Iteration 8: 0.004 s
Iteration 1: 0.004 s
Iteration 2: 0.004 s
Iteration 3: 0.004 s
Iteration 4: 0.004 s
Iteration 5: 0.005 s
Iteration 6: 0.004 s
Iteration 7: 0.004 s
Iteration 8: 0.004 s
Iteration 9: 0.004 s
Iteration 10: 0.004 s
Result: 0.004 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.003, 0.004, 0.006), stdev = 0.000
Confidence interval (99.9%): [0.004, 0.004]
Samples, N = 60
mean = 0.004 ?(99.9%) 0.000 s
min = 0.003 s
p( 0.0000) = 0.003 s
p(50.0000) = 0.004 s
p(90.0000) = 0.005 s
p(95.0000) = 0.005 s
p(99.0000) = 0.006 s
p(99.9000) = 0.006 s
p(99.9900) = 0.006 s
p(99.9990) = 0.006 s
p(99.9999) = 0.006 s
max = 0.006 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, single-shot each
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO
# Run progress: 99.97% complete, ETA 00:00:00
# Fork: 1 of 6
# Warmup Iteration 1: 0.101 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.97% complete, ETA 00:00:00
# Fork: 2 of 6
# Warmup Iteration 1: 0.095 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.97% complete, ETA 00:00:00
# Fork: 3 of 6
# Warmup Iteration 1: 0.094 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.97% complete, ETA 00:00:00
# Fork: 4 of 6
# Warmup Iteration 1: 0.095 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.97% complete, ETA 00:00:00
# Fork: 5 of 6
# Warmup Iteration 1: 0.104 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.98% complete, ETA 00:00:00
# Fork: 6 of 6
# Warmup Iteration 1: 0.105 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
Result: 0.000 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.000), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 60
mean = 0.000 ?(99.9%) 0.000 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.000 s
p(90.0000) = 0.000 s
p(95.0000) = 0.000 s
p(99.0000) = 0.000 s
p(99.9000) = 0.000 s
p(99.9900) = 0.000 s
p(99.9990) = 0.000 s
p(99.9999) = 0.000 s
max = 0.000 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, single-shot each
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO
# Run progress: 99.98% complete, ETA 00:00:00
# Fork: 1 of 6
# Warmup Iteration 1: 0.094 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.98% complete, ETA 00:00:00
# Fork: 2 of 6
# Warmup Iteration 1: 0.095 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.98% complete, ETA 00:00:00
# Fork: 3 of 6
# Warmup Iteration 1: 0.095 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.98% complete, ETA 00:00:00
# Fork: 4 of 6
# Warmup Iteration 1: 0.092 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.99% complete, ETA 00:00:00
# Fork: 5 of 6
# Warmup Iteration 1: 0.094 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.99% complete, ETA 00:00:00
# Fork: 6 of 6
# Warmup Iteration 1: 0.102 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
Result: 0.000 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.000), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 60
mean = 0.000 ?(99.9%) 0.000 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.000 s
p(90.0000) = 0.000 s
p(95.0000) = 0.000 s
p(99.0000) = 0.000 s
p(99.9000) = 0.000 s
p(99.9900) = 0.000 s
p(99.9990) = 0.000 s
p(99.9999) = 0.000 s
max = 0.000 s
# JMH 1.4.1 (released 9 days ago)
# VM invoker: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
# VM options: <none>
# Warmup: 8 iterations, single-shot each
# Measurement: 10 iterations, single-shot each
# Timeout: 10 min per iteration
# Threads: 1 thread
# Benchmark mode: Single shot invocation time
# Benchmark: io.restx.ValidationBenchmark.testValidatorWithNoConstraintOnPOJO
# Run progress: 99.99% complete, ETA 00:00:00
# Fork: 1 of 6
# Warmup Iteration 1: 0.100 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.99% complete, ETA 00:00:00
# Fork: 2 of 6
# Warmup Iteration 1: 0.096 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.99% complete, ETA 00:00:00
# Fork: 3 of 6
# Warmup Iteration 1: 0.111 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 99.99% complete, ETA 00:00:00
# Fork: 4 of 6
# Warmup Iteration 1: 0.113 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 100.00% complete, ETA 00:00:00
# Fork: 5 of 6
# Warmup Iteration 1: 0.137 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
# Run progress: 100.00% complete, ETA 00:00:00
# Fork: 6 of 6
# Warmup Iteration 1: 0.123 s
# Warmup Iteration 2: 0.000 s
# Warmup Iteration 3: 0.000 s
# Warmup Iteration 4: 0.000 s
# Warmup Iteration 5: 0.000 s
# Warmup Iteration 6: 0.000 s
# Warmup Iteration 7: 0.000 s
# Warmup Iteration 8: 0.000 s
Iteration 1: 0.000 s
Iteration 2: 0.000 s
Iteration 3: 0.000 s
Iteration 4: 0.000 s
Iteration 5: 0.000 s
Iteration 6: 0.000 s
Iteration 7: 0.000 s
Iteration 8: 0.000 s
Iteration 9: 0.000 s
Iteration 10: 0.000 s
Result: 0.000 ?(99.9%) 0.000 s [Average]
Statistics: (min, avg, max) = (0.000, 0.000, 0.000), stdev = 0.000
Confidence interval (99.9%): [0.000, 0.000]
Samples, N = 60
mean = 0.000 ?(99.9%) 0.000 s
min = 0.000 s
p( 0.0000) = 0.000 s
p(50.0000) = 0.000 s
p(90.0000) = 0.000 s
p(95.0000) = 0.000 s
p(99.0000) = 0.000 s
p(99.9000) = 0.000 s
p(99.9900) = 0.000 s
p(99.9990) = 0.000 s
p(99.9999) = 0.000 s
max = 0.000 s
# Run complete. Total time: 00:20:15
Benchmark Mode Samples Score Error Units
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO sample 1019698 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO sample 1047799 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnPOJO sample 1090202 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO sample 470899 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO sample 418788 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO sample 372808 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO sample 793554 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO sample 864629 0.000 ? 0.000 s/op
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnPOJO sample 850216 0.000 ? 0.000 s/op
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO ss 60 0.001 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO ss 60 0.000 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithFewConstraintOnPOJO ss 60 0.001 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO ss 60 0.004 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO ss 60 0.003 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO ss 60 0.004 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO ss 60 0.000 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO ss 60 0.000 ? 0.000 s
i.r.SingleShotWith1ValidateWarmupValidationBenchmark.testValidatorWithNoConstraintOnPOJO ss 60 0.000 ? 0.000 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO ss 60 0.017 ? 0.022 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO ss 60 0.014 ? 0.019 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithFewConstraintOnPOJO ss 60 0.014 ? 0.018 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO ss 60 0.023 ? 0.025 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO ss 60 0.024 ? 0.027 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO ss 60 0.027 ? 0.032 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO ss 60 0.010 ? 0.014 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO ss 60 0.013 ? 0.018 s
i.r.SingleShotWithNoWarmupValidationBenchmark.testValidatorWithNoConstraintOnPOJO ss 60 0.012 ? 0.016 s
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnEmptyPOJO ss 60 0.001 ? 0.001 s
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnFullPOJO ss 60 0.001 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithFewConstraintOnPOJO ss 60 0.001 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnEmptyPOJO ss 60 0.004 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnFullPOJO ss 60 0.006 ? 0.005 s
i.r.ValidationBenchmark.testValidatorWithLotsOfConstraintOnPOJO ss 60 0.004 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnEmptyPOJO ss 60 0.000 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnFullPOJO ss 60 0.000 ? 0.000 s
i.r.ValidationBenchmark.testValidatorWithNoConstraintOnPOJO ss 60 0.000 ? 0.000 s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment