ck/regressions/ck_spinlock/benchmark/ck_cas.c

9 lines
118 B
C
Raw Normal View History

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