From 831af1d49c9bb7d17794d259c99f92b2513496c5 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 16 May 2021 19:13:05 +0200 Subject: server: WIP utf8 validation implementation --- test/hashtable.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/hashtable.c') diff --git a/test/hashtable.c b/test/hashtable.c index ea6217c..a147d61 100644 --- a/test/hashtable.c +++ b/test/hashtable.c @@ -2,12 +2,11 @@ #include #include #include "test_framework.h" -#include "../global.h" #include "../hashtable.h" -static const int NUM_RUNS = 1000; -static const int NUM_OPERATIONS_PER_RUN = 100000; +static const int NUM_RUNS = 100; +static const int NUM_OPERATIONS_PER_RUN = 10000; struct pair { -- cgit v1.2.3-54-g00ecf