summaryrefslogtreecommitdiffstats
path: root/regressions/ck_cohort/benchmark/ck_cohort.c
blob: 954b616c9b1512ee280f21d8d7185d7b248aa68f (plain)
1
2
3
4
5
6
7
8
#include "../ck_cohort.h"

#include <ck_cohort.h>
#ifdef THROUGHPUT
#include "../../ck_spinlock/benchmark/throughput.h"
#elif defined(LATENCY)
#include "../../ck_spinlock/benchmark/latency.h"
#endif