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

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