summaryrefslogtreecommitdiff
path: root/source4/torture/raw/lockbench.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21216: fail the RAW-BENCH-LOCK test if the locking doesn't happen evenlyAndrew Tridgell1-1/+10
across the connections (This used to be commit 01ef699981f3bcbbbdd4a47d9b85324aec783451)
2007-10-10r20886: fixed a valgrind errorAndrew Tridgell1-0/+1
(This used to be commit acc96e42e74005f1c381b0ab3f6c1b2e051ffaec)
2007-10-10r20092: added a locking benchmark that should be good for benchmarkingAndrew Tridgell1-0/+196
communitcation in a CIFS clustered server. It tries to keep the connections full by setting up the next lock as each lock is done. The locking pattern is similar to the local filesystem ping pong test in junkcode, forcing a communication between nodes on each request (This used to be commit d57b9fb29860bd03cfa970bcc52ef45d17775638)