Skip to content

Instantly share code, notes, and snippets.

@akarnokd
Last active December 11, 2019 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akarnokd/b89d44224bdbc3239767421d7cec9cf3 to your computer and use it in GitHub Desktop.
Save akarnokd/b89d44224bdbc3239767421d7cec9cf3 to your computer and use it in GitHub Desktop.
Reaktive benchmark suite i7 8700, Windows 10 x64, JDk 8u231
Benchmark Mode Cnt Score Error Units
c.b.r.b.j.concatmap.ConcatMapFlow.emitter avgt 10 78,889 ▒ 0,141 ms/op
c.b.r.b.j.concatmap.ConcatMapReaktive.emitter avgt 10 91,053 ▒ 0,372 ms/op
c.b.r.b.j.concatmap.ConcatMapRxJava2.emitter avgt 10 77,697 ▒ 0,270 ms/op
c.b.r.b.j.concatmap.ConcatMapFlow.iterable avgt 10 108,507 ▒ 0,380 ms/op
c.b.r.b.j.concatmap.ConcatMapReaktive.iterable avgt 10 76,537 ▒ 0,185 ms/op
c.b.r.b.j.concatmap.ConcatMapRxJava2.iterable avgt 10 93,363 ▒ 0,319 ms/op
c.b.r.b.j.filtermap.FilterMapFlow.emitter avgt 10 99,514 ▒ 2,216 ms/op
c.b.r.b.j.filtermap.FilterMapReaktive.emitter avgt 10 101,192 ▒ 0,408 ms/op
c.b.r.b.j.filtermap.FilterMapRxJava2.emitter avgt 10 73,307 ▒ 0,489 ms/op
c.b.r.b.j.filtermap.FilterMapFlow.iterable avgt 10 112,970 ▒ 1,160 ms/op
c.b.r.b.j.filtermap.FilterMapReaktive.iterable avgt 10 93,348 ▒ 0,177 ms/op
c.b.r.b.j.filtermap.FilterMapRxJava2.iterable avgt 10 92,081 ▒ 0,434 ms/op
c.b.r.b.j.flatmap.FlatMapFlow.emitter avgt 10 1745,504 ▒ 7,730 ms/op
c.b.r.b.j.flatmap.FlatMapReaktive.emitter avgt 10 89,046 ▒ 0,193 ms/op
c.b.r.b.j.flatmap.FlatMapRxJava2.emitter avgt 10 253,594 ▒ 0,551 ms/op
c.b.r.b.j.flatmap.FlatMapFlow.iterable avgt 10 1811,239 ▒ 6,073 ms/op
c.b.r.b.j.flatmap.FlatMapReaktive.iterable avgt 10 80,514 ▒ 7,548 ms/op
c.b.r.b.j.flatmap.FlatMapRxJava2.iterable avgt 10 63,698 ▒ 0,207 ms/op
c.b.r.b.j.scrabble.ScrabbleFlow.play avgt 10 66,583 ▒ 0,362 ms/op
c.b.r.b.j.scrabble.ScrabbleReaktive.play avgt 10 70,785 ▒ 0,690 ms/op
c.b.r.b.j.scrabble.ScrabbleRxJava2Flowable.play avgt 10 95,357 ▒ 10,674 ms/op
c.b.r.b.j.scrabble.ScrabbleRxJava2Observable.play avgt 10 78,501 ▒ 0,915 ms/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment