fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis
GNU Affero General Public License v3.0
1.32k stars 170 forks source link

Incorrect benchmark results #10

Closed povilasb closed 7 years ago

povilasb commented 7 years ago

In case of 8 threads there is no Redis bar: https://github.com/fastio/pedis/blob/master/docs/benchmark.png

And I would really like to know those numbers :)

fastio commented 7 years ago

hi, Redis is single threaded. These is no way to run one instance of Redis with 8 threads, but Pedis runs in single process with mulit-threads.

povilasb commented 7 years ago

Alright, cool :)