Add option to repeat the kernel on the device NUM times to increase benchmark accuracy
[hashcat.git] / include / types.h
index e5b09c7..e262b46 100644 (file)
@@ -1189,6 +1189,7 @@ typedef struct
   uint    quiet;
   uint    force;
   uint    benchmark;
+  uint    benchmark_repeats;
   uint    runtime;
   uint    remove;
   uint    remove_timer;