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

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