You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bench: add benchmark test functionality for Tarantool
User setup Tarantool single node or cluster and try to understand
"How many specific traffic Tarantool can handle on this hardware"
The same official things are for redis, postgresql and aerospike.
Cartridge bench module makes some load for Tarantool.
user@cartridge-cli % ./cartridge bench
Tarantool 2.8.2 (Binary) f4897ffe-98dd-40fc-a6f2-21ca8bb52fe7
Parameters:
URL: 127.0.0.1:3301
user: guest
connections: 10
simultaneous requests: 10
duration: 10 seconds
key size: 10 bytes
data size: 20 bytes
Data schema
| key | value
------------------------------------------
| random(10) | random(20)
Benchmark start
...
Benchmark stop
Results:
Success operations: 1169481
Failed operations: 0
Request count: 1170485
Time (seconds): 10.000551801
Requests per second: 117042
Part of tarantool#645
0 commit comments