summaryrefslogtreecommitdiffstats
path: root/regressions/ck_spinlock/benchmark/ck_ticket.c
diff options
context:
space:
mode:
Diffstat (limited to 'regressions/ck_spinlock/benchmark/ck_ticket.c')
-rw-r--r--regressions/ck_spinlock/benchmark/ck_ticket.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/regressions/ck_spinlock/benchmark/ck_ticket.c b/regressions/ck_spinlock/benchmark/ck_ticket.c
new file mode 100644
index 0000000..09c9193
--- /dev/null
+++ b/regressions/ck_spinlock/benchmark/ck_ticket.c
@@ -0,0 +1,8 @@
+#include "../ck_ticket.h"
+
+#ifdef THROUGHPUT
+#include "throughput.h"
+#elif defined(LATENCY)
+#include "latency.h"
+#endif
+