summaryrefslogtreecommitdiffstats
path: root/regressions/ck_cohort/benchmark/ck_cohort.c
diff options
context:
space:
mode:
Diffstat (limited to 'regressions/ck_cohort/benchmark/ck_cohort.c')
-rw-r--r--regressions/ck_cohort/benchmark/ck_cohort.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/regressions/ck_cohort/benchmark/ck_cohort.c b/regressions/ck_cohort/benchmark/ck_cohort.c
new file mode 100644
index 0000000..954b616
--- /dev/null
+++ b/regressions/ck_cohort/benchmark/ck_cohort.c
@@ -0,0 +1,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