Skip to content

Instantly share code, notes, and snippets.

@knutwalker
Created April 9, 2015 02:51
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 knutwalker/61f08ddc6b5bd6dc4c2f to your computer and use it in GitHub Desktop.
Save knutwalker/61f08ddc6b5bd6dc4c2f to your computer and use it in GitHub Desktop.
Benchmarks for RxRedis

Benchmarks

Result for sbt ping-benchmark of rx-redis.

Total time: 00:04:36

Driver Mode Ops/s Error
finagle-redis sync 12,188.275 426.685
finagle-redis async 101,368.142 132,961.138
scala-redis sync 17,521.415 5,915.815
scala-redis async N/A N/A
scala-redis-nb sync 11,424.567 757.328
scala-redis-nb async 295,061.064 371,253.498
jedis sync 21,534.858 3,873.794
jedis async N/A N/A
redisson sync 14,736.955 926.124
redisson async 250,295.138 11,498.943
rx-redis sync 15,850.381 1,083.339
rx-redis async 2,230,201.416 89,032.240
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment