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

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