Skip to content
Vance Shipley edited this page Aug 7, 2017 · 2 revisions

Use the make check target to run common_test. The load suite will produce a graph which looks something like this:

load test graph

The test case performs a random size (5-11K) batch of inserts every second and runs an expire of entries older than a minute every 10K inserts. Here we see that expiry is taking an average of 60-80ms.

Clone this wiki locally