From eea130dfc077a262983f424b768fb3453021bff8 Mon Sep 17 00:00:00 2001 From: Austin Donisan Date: Wed, 7 Feb 2024 22:10:43 -0800 Subject: [PATCH] actually need that reset there for testing on WSL --- 1brc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/1brc.c b/1brc.c index 544f368..944a624 100644 --- a/1brc.c +++ b/1brc.c @@ -622,6 +622,7 @@ void start_worker(worker_t *w, Results *out) { volatile long dummy2 = dummy; (void)dummy2; TIMER_MS_NUM("warmup", w->worker_id); + TIMER_RESET(); }