{{getMsg('benchmark_totalProgress')+' '+numOfIterations+' '+getMsg('benchmark_totalRuns')+', '+ millisToDurationStr(currentTotalTime*1000) + ' ' + getMsg('benchmark_runningTime')}}
{{getMsg('benchmark_currentProgress')+': '+ (currentTest>-1 ? getMsg(arrayOfTests[currentTest].name)+ ' ('+(currentTest+1+'/'+arrayOfTests.length)+')' : getMsg('benchmark_notrunning')) }}