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

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