From c6390deeb11fc3361482fa7abcf50f644684ca95 Mon Sep 17 00:00:00 2001 From: jsteube Date: Fri, 27 Oct 2017 11:39:07 +0200 Subject: [PATCH] Remove temporary warmup for benchmark --- src/opencl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/opencl.c b/src/opencl.c index f63c32d66..2e677d069 100644 --- a/src/opencl.c +++ b/src/opencl.c @@ -2266,12 +2266,14 @@ int run_cracker (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, co if (user_options->speed_only == true) { + /* do we really need this warmup? for (int i = 0; i < 16; i++) { const int rc = choose_kernel (hashcat_ctx, device_param, highest_pw_len, pws_cnt, fast_iteration, salt_pos); if (rc == -1) return -1; } + */ hc_timer_set (&device_param->timer_speed); }