summaryrefslogtreecommitdiffstats
path: root/regressions/ck_spinlock/benchmark/ck_clh.c
blob: da71d5e30fcd66c7c9a0748ac020e601435414be (plain)
1
2
3
4
5
6
7
#include "../ck_clh.h"

#ifdef THROUGHPUT
#include "throughput.h"
#elif defined(LATENCY)
#include "latency.h"
#endif