swehner / bsperf

Beanstalk 1.9 performance tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run with the following params

./bsperf <port> <nthreads> <nqueues> <njobs>

This will create nqueues and insert njobs into those queues using nthreads 
After inserting all jobs they'll be reserved and deleted.
Use njobs as a multiple of nthreads and nqueues (nqueues should be a multiple of nthreads).

Example:

./bsperf 11300 20 500 1000000

About

Beanstalk 1.9 performance tests


Languages

Language:C 100.0%