Skip to content

Commit

Permalink
actually need that reset there for testing on WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
austindonisan committed Feb 8, 2024
1 parent 01ad874 commit eea130d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 1brc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}


Expand Down

0 comments on commit eea130d

Please sign in to comment.