1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Fix benchmark result for (fast) slow hashes

This commit is contained in:
jsteube 2019-02-24 17:47:43 +01:00
parent b1a056f1b0
commit 44cd17e7f1

View File

@ -2354,9 +2354,6 @@ int run_cracker (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, co
if (user_options->speed_only == true)
{
choose_kernel (hashcat_ctx, device_param, highest_pw_len, pws_cnt, 0, 0);
choose_kernel (hashcat_ctx, device_param, highest_pw_len, pws_cnt, 0, 0);
hc_timer_set (&device_param->timer_speed);
}