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:
parent
b1a056f1b0
commit
44cd17e7f1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user