diff --git a/src/oclHashcat.c b/src/oclHashcat.c index b229e7790..888fc8e26 100644 --- a/src/oclHashcat.c +++ b/src/oclHashcat.c @@ -3299,6 +3299,15 @@ static void run_cracker (hc_device_param_t *device_param, const uint pw_cnt, con { speed_pos = 0; } + + /** + * benchmark + */ + + if (data.benchmark == 1) + { + data.devices_status = STATUS_BYPASS; + }; } } @@ -6859,13 +6868,6 @@ int main (int argc, char **argv) data.workload_profile = workload_profile; } - - if (runtime_chgd == 0) - { - runtime = 17; - - data.runtime = runtime; - } } /**