Skip to content
Snippets Groups Projects
Commit 1741f07e authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Lowered load factor in RRL tests to not trigger collisions in unittest.

parent 56bf5270
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@
/* Enable time-dependent tests. */
//#define ENABLE_TIMED_TESTS
#define RRL_SIZE 196613
#define RRL_THREADS 16
#define RRL_INSERTS (0.5*(RRL_SIZE/RRL_THREADS)) /* lf = 0.5 */
#define RRL_THREADS 8
#define RRL_INSERTS (0.1*(RRL_SIZE/RRL_THREADS)) /* lf = 0.5 */
#define RRL_LOCKS 64
struct bucketmap_t {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment