summaryrefslogtreecommitdiffstats
path: root/scraps/hashdriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'scraps/hashdriver.c')
-rw-r--r--scraps/hashdriver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scraps/hashdriver.c b/scraps/hashdriver.c
index 82a285f..42a6f15 100644
--- a/scraps/hashdriver.c
+++ b/scraps/hashdriver.c
@@ -15,6 +15,8 @@
init_hashmap(map); \
}
+DebugStats_t DebugStats = {0};
+
void insert_test(HashMap map, bool with_names) {
int num = 100000;
for (int i = 0; i < num; i++) {