Created
April 26, 2020 09:23
-
-
Save SergejIsbrecht/269815d3eea5fc4011a2530373c63b7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# JMH version: 1.21 | |
# VM version: JDK 11.0.6, OpenJDK 64-Bit Server VM, 11.0.6+10 | |
# VM invoker: /home/sergej/.sdkman/candidates/java/11.0.6.hs-adpt/bin/java | |
# VM options: <none> | |
# Warmup: 7 iterations, 1 s each | |
Benchmark Mode Cnt Score Error Units | |
RxJava2PlaysScrabbleOpt.play avgt 7 36.204 ± 1.348 ms/op | |
RxJava2PlaysScrabbleOpt.play:·gc.alloc.rate avgt 7 697.418 ± 29.524 MB/sec | |
RxJava2PlaysScrabbleOpt.play:·gc.alloc.rate.norm avgt 7 39493711.153 ± 1.493 B/op | |
RxJava2PlaysScrabbleOpt.play:·gc.churn.G1_Eden_Space avgt 7 700.785 ± 101.570 MB/sec | |
RxJava2PlaysScrabbleOpt.play:·gc.churn.G1_Eden_Space.norm avgt 7 39696781.515 ± 6041690.425 B/op | |
RxJava2PlaysScrabbleOpt.play:·gc.churn.G1_Old_Gen avgt 7 0.536 ± 0.155 MB/sec | |
RxJava2PlaysScrabbleOpt.play:·gc.churn.G1_Old_Gen.norm avgt 7 30321.614 ± 7805.961 B/op | |
RxJava2PlaysScrabbleOpt.play:·gc.churn.G1_Survivor_Space avgt 7 0.659 ± 0.864 MB/sec | |
RxJava2PlaysScrabbleOpt.play:·gc.churn.G1_Survivor_Space.norm avgt 7 37476.473 ± 50559.476 B/op | |
RxJava2PlaysScrabbleOpt.play:·gc.count avgt 7 41.000 counts | |
RxJava2PlaysScrabbleOpt.play:·gc.time avgt 7 36.000 ms | |
Benchmark Mode Cnt Score Error Units | |
FlowPlaysScrabbleOpt.play avgt 7 27.897 ± 0.451 ms/op | |
FlowPlaysScrabbleOpt.play:·gc.alloc.rate avgt 7 1058.490 ± 19.812 MB/sec | |
FlowPlaysScrabbleOpt.play:·gc.alloc.rate.norm avgt 7 46293979.682 ± 1.715 B/op | |
FlowPlaysScrabbleOpt.play:·gc.churn.G1_Eden_Space avgt 7 1061.269 ± 114.486 MB/sec | |
FlowPlaysScrabbleOpt.play:·gc.churn.G1_Eden_Space.norm avgt 7 46420967.839 ± 5233663.904 B/op | |
FlowPlaysScrabbleOpt.play:·gc.churn.G1_Old_Gen avgt 7 0.027 ± 0.008 MB/sec | |
FlowPlaysScrabbleOpt.play:·gc.churn.G1_Old_Gen.norm avgt 7 1180.546 ± 370.000 B/op | |
FlowPlaysScrabbleOpt.play:·gc.count avgt 7 65.000 counts | |
FlowPlaysScrabbleOpt.play:·gc.time avgt 7 36.000 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment