From 30da48151f58803968ca3ef5d42e66a9223d80a4 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 27 Jan 2025 18:17:21 -0500 Subject: progress --- tests/de_level_concurrent.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/de_level_concurrent.cpp') diff --git a/tests/de_level_concurrent.cpp b/tests/de_level_concurrent.cpp index a76285b..a43006e 100644 --- a/tests/de_level_concurrent.cpp +++ b/tests/de_level_concurrent.cpp @@ -13,11 +13,13 @@ #include #include +#include "framework/scheduling/SerialScheduler.h" #include "include/testing.h" #include "framework/DynamicExtension.h" #include "shard/ISAMTree.h" #include "query/rangequery.h" #include "framework/reconstruction/LevelingPolicy.h" +#include "framework/util/Configuration.h" #include using namespace de; @@ -27,12 +29,10 @@ typedef ISAMTree S; typedef rq::Query Q; typedef DynamicExtension DE; -ReconstructionPolicy *recon = new LevelingPolicy(2, 1000); -ReconstructionPolicy *recon2 = new LevelingPolicy(4, 10000); +typedef de::DEConfiguration CONF; #include "include/concurrent_extension.h" - Suite *unit_testing() { Suite *unit = suite_create("DynamicExtension: Concurrent Leveling Testing"); -- cgit v1.2.3