Increase benchmark accuracy by using a result based on the last meassured speed after...
authorJens Steube <jens.steube@gmail.com>
Sun, 24 Apr 2016 10:24:21 +0000 (12:24 +0200)
committerJens Steube <jens.steube@gmail.com>
Sun, 24 Apr 2016 10:24:21 +0000 (12:24 +0200)
commit96ef26132622b8b6624a53cc7639783ec072d13e
tree9a202036c3f62200bae751acc67f8e0e87309f35
parent01baa89bc01d45a50c654a6f39c2d0d9ffd1fbbf
Increase benchmark accuracy by using a result based on the last meassured speed after benchmark values changed by less than 0.1% after kernel repeats
Goal is a "what you see is what you get" value compared to: "singlehash -a 3 ?b?b?b?b?b?b?b" -- both with the same fixed -u and -n values
As a positive side-effect, this decreases total benchmark runtime
Add speed_cnt_total and speed_ms_total as a preparation to get rid of SPEED_MAXAGE which produces 0H/s display on very slow-hash types
Replace some floats with double which can (theoretically) become really big
include/types.h
src/oclHashcat.c
src/shared.c