Skip to content

Create benchmarks for redis concurrent accesses

Lucas Felix requested to merge benchmark-concurrent-redis into master

Adding benchmarks sending XADD command to redis as fast as possible for:

  • gevent
  • asyncio
  • asyncio with gevent monkey patching (slower)
  • threading
  • multiprocessing.Process
  • multiprocessing.Pool

Merge request reports