]> pd.if.org Git - nbds/blobdiff - test/map_test2.c
add port of perf test from high-scale-lib
[nbds] / test / map_test2.c
index b239cfc190cac1b0e7c4dc28b684cc8b6f8d9713..8ab2b6fd7cd6bdf11edc1e47fa8ced1733a9b58b 100644 (file)
@@ -318,7 +318,7 @@ void big_iteration_test (CuTest* tc) {
 int main (void) {
     lwt_set_trace_level("H3m3l2t0");
 
-    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) {
         map_type_ = map_types[i];