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

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