benchmark silo added
[c11concurrency-benchmarks.git] / silo / btree_choice.h
diff --git a/silo/btree_choice.h b/silo/btree_choice.h
new file mode 100644 (file)
index 0000000..e37ad27
--- /dev/null
@@ -0,0 +1,8 @@
+#pragma once
+
+#if NDB_MASSTREE
+#include "masstree_btree.h"
+#else
+#include "btree.h"
+#include "btree_impl.h"
+#endif