]> pd.if.org Git - nbds/blobdiff - test/map_test1.c
add port of perf test from high-scale-lib
[nbds] / test / map_test1.c
index ce6102ce0414a2d081716e3e76d7bb1765b9ebb5..9d45812ad370ae8f331ec06a2ae577d6b9efac43 100644 (file)
@@ -85,7 +85,7 @@ int main (int argc, char **argv) {
         }
     }
 
-    static const map_impl_t *map_types[] = { &ll_map_impl, &sl_map_impl, &ht_map_impl };
+    static const map_impl_t *map_types[] = { &MAP_IMPL_LL, &MAP_IMPL_SL, &MAP_IMPL_HT };
     for (int i = 0; i < sizeof(map_types)/sizeof(*map_types); ++i) {
 #ifdef TEST_STRING_KEYS
         map_ = map_alloc(map_types[i], &DATATYPE_NSTRING);