Report thread in during getting of work in benchmark mode.
diff --git a/cgminer.c b/cgminer.c
index 8a2c613..ac1af07 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -3235,6 +3235,7 @@ static bool get_work(struct work *work, bool requested, struct thr_info *thr,
if (opt_benchmark) {
get_benchmark_work(work);
+ thread_reportin(thr);
return true;
}
retry: