Skip to content

Instantly share code, notes, and snippets.

@grondag
Created July 23, 2018 02:27
Show Gist options
  • Save grondag/7e6afcf31b16599bc6cb99d55d63faee to your computer and use it in GitHub Desktop.
Save grondag/7e6afcf31b16599bc6cb99d55d63faee to your computer and use it in GitHub Desktop.
test result for cpw
Benchmark Mode Cnt Score Error Units
MicroBenchmark.testEmptyMethod avgt 5 0.313 ± 0.002 ns/op
MicroBenchmark.testEmptyMethod:·compiler.nmethodCodeSize avgt 5 628.719 Kb
MicroBenchmark.testEmptyMethod:·compiler.nmethodSize avgt 5 1030.016 Kb
MicroBenchmark.testEmptyMethod:·compiler.osrBytes avgt 5 1.058 Kb
MicroBenchmark.testEmptyMethod:·compiler.osrCompiles avgt 5 8.000 methods
MicroBenchmark.testEmptyMethod:·compiler.osrTime avgt 5 18.260 ms
MicroBenchmark.testEmptyMethod:·compiler.standardBytes avgt 5 45.396 Kb
MicroBenchmark.testEmptyMethod:·compiler.standardCompiles avgt 5 550.000 methods
MicroBenchmark.testEmptyMethod:·compiler.standardTime avgt 5 267.775 ms
MicroBenchmark.testEmptyMethod:·compiler.totalBailouts avgt 5 ≈ 0 methods
MicroBenchmark.testEmptyMethod:·compiler.totalCompiles avgt 5 558.000 methods
MicroBenchmark.testEmptyMethod:·compiler.totalInvalidates avgt 5 ≈ 0 methods
MicroBenchmark.testEmptyMethod:·compiler.totalTime avgt 5 286.035 ms
MicroBenchmark.testEmptyMethod:·gc.alloc.rate avgt 5 ≈ 10⁻⁵ MB/sec
MicroBenchmark.testEmptyMethod:·gc.alloc.rate.norm avgt 5 ≈ 10⁻⁸ B/op
MicroBenchmark.testEmptyMethod:·gc.count avgt 5 ≈ 0 counts
MicroBenchmark.testNastyAPI avgt 5 5.053 ± 0.064 ns/op
MicroBenchmark.testNastyAPI:·compiler.nmethodCodeSize avgt 5 1240.156 Kb
MicroBenchmark.testNastyAPI:·compiler.nmethodSize avgt 5 2034.344 Kb
MicroBenchmark.testNastyAPI:·compiler.osrBytes avgt 5 1.446 Kb
MicroBenchmark.testNastyAPI:·compiler.osrCompiles avgt 5 8.000 methods
MicroBenchmark.testNastyAPI:·compiler.osrTime avgt 5 24.607 ms
MicroBenchmark.testNastyAPI:·compiler.standardBytes avgt 5 101.136 Kb
MicroBenchmark.testNastyAPI:·compiler.standardCompiles avgt 5 963.000 methods
MicroBenchmark.testNastyAPI:·compiler.standardTime avgt 5 1124.222 ms
MicroBenchmark.testNastyAPI:·compiler.totalBailouts avgt 5 ≈ 0 methods
MicroBenchmark.testNastyAPI:·compiler.totalCompiles avgt 5 971.000 methods
MicroBenchmark.testNastyAPI:·compiler.totalInvalidates avgt 5 ≈ 0 methods
MicroBenchmark.testNastyAPI:·compiler.totalTime avgt 5 1148.829 ms
MicroBenchmark.testNastyAPI:·gc.alloc.rate avgt 5 2970.181 ± 37.206 MB/sec
MicroBenchmark.testNastyAPI:·gc.alloc.rate.norm avgt 5 16.000 ± 0.001 B/op
MicroBenchmark.testNastyAPI:·gc.churn.G1_Eden_Space avgt 5 2971.339 ± 37.085 MB/sec
MicroBenchmark.testNastyAPI:·gc.churn.G1_Eden_Space.norm avgt 5 16.006 ± 0.036 B/op
MicroBenchmark.testNastyAPI:·gc.churn.G1_Old_Gen avgt 5 0.002 ± 0.005 MB/sec
MicroBenchmark.testNastyAPI:·gc.churn.G1_Old_Gen.norm avgt 5 ≈ 10⁻⁵ B/op
MicroBenchmark.testNastyAPI:·gc.count avgt 5 2982.000 counts
MicroBenchmark.testNastyAPI:·gc.time avgt 5 3210.000 ms
MicroBenchmark.testNiceAPI avgt 5 59.310 ± 0.308 ns/op
MicroBenchmark.testNiceAPI:·compiler.nmethodCodeSize avgt 5 1265.656 Kb
MicroBenchmark.testNiceAPI:·compiler.nmethodSize avgt 5 2075.594 Kb
MicroBenchmark.testNiceAPI:·compiler.osrBytes avgt 5 1.671 Kb
MicroBenchmark.testNiceAPI:·compiler.osrCompiles avgt 5 8.000 methods
MicroBenchmark.testNiceAPI:·compiler.osrTime avgt 5 36.892 ms
MicroBenchmark.testNiceAPI:·compiler.standardBytes avgt 5 100.784 Kb
MicroBenchmark.testNiceAPI:·compiler.standardCompiles avgt 5 992.000 methods
MicroBenchmark.testNiceAPI:·compiler.standardTime avgt 5 1043.830 ms
MicroBenchmark.testNiceAPI:·compiler.totalBailouts avgt 5 ≈ 0 methods
MicroBenchmark.testNiceAPI:·compiler.totalCompiles avgt 5 1000.000 methods
MicroBenchmark.testNiceAPI:·compiler.totalInvalidates avgt 5 ≈ 0 methods
MicroBenchmark.testNiceAPI:·compiler.totalTime avgt 5 1080.722 ms
MicroBenchmark.testNiceAPI:·gc.alloc.rate avgt 5 2403.790 ± 12.586 MB/sec
MicroBenchmark.testNiceAPI:·gc.alloc.rate.norm avgt 5 152.000 ± 0.001 B/op
MicroBenchmark.testNiceAPI:·gc.churn.G1_Eden_Space avgt 5 2404.573 ± 11.353 MB/sec
MicroBenchmark.testNiceAPI:·gc.churn.G1_Eden_Space.norm avgt 5 152.050 ± 0.575 B/op
MicroBenchmark.testNiceAPI:·gc.churn.G1_Old_Gen avgt 5 0.014 ± 0.008 MB/sec
MicroBenchmark.testNiceAPI:·gc.churn.G1_Old_Gen.norm avgt 5 0.001 ± 0.001 B/op
MicroBenchmark.testNiceAPI:·gc.count avgt 5 2413.000 counts
MicroBenchmark.testNiceAPI:·gc.time avgt 5 2624.000 ms
MicroBenchmark.testOldHardAPI avgt 5 2.815 ± 0.011 ns/op
MicroBenchmark.testOldHardAPI:·compiler.nmethodCodeSize avgt 5 636.625 Kb
MicroBenchmark.testOldHardAPI:·compiler.nmethodSize avgt 5 1039.852 Kb
MicroBenchmark.testOldHardAPI:·compiler.osrBytes avgt 5 1.229 Kb
MicroBenchmark.testOldHardAPI:·compiler.osrCompiles avgt 5 8.000 methods
MicroBenchmark.testOldHardAPI:·compiler.osrTime avgt 5 19.541 ms
MicroBenchmark.testOldHardAPI:·compiler.standardBytes avgt 5 45.464 Kb
MicroBenchmark.testOldHardAPI:·compiler.standardCompiles avgt 5 548.000 methods
MicroBenchmark.testOldHardAPI:·compiler.standardTime avgt 5 275.087 ms
MicroBenchmark.testOldHardAPI:·compiler.totalBailouts avgt 5 ≈ 0 methods
MicroBenchmark.testOldHardAPI:·compiler.totalCompiles avgt 5 556.000 methods
MicroBenchmark.testOldHardAPI:·compiler.totalInvalidates avgt 5 ≈ 0 methods
MicroBenchmark.testOldHardAPI:·compiler.totalTime avgt 5 294.628 ms
MicroBenchmark.testOldHardAPI:·gc.alloc.rate avgt 5 ≈ 10⁻⁵ MB/sec
MicroBenchmark.testOldHardAPI:·gc.alloc.rate.norm avgt 5 ≈ 10⁻⁷ B/op
MicroBenchmark.testOldHardAPI:·gc.count avgt 5 ≈ 0 counts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment