jenkinsfile
This commit is contained in:
parent
3c20603d92
commit
f0cfcb695d
@ -28,7 +28,7 @@ with open("helper.txt", "r") as f:
|
||||
globalPercent += sum
|
||||
counter += 1
|
||||
werArray.append(sum)
|
||||
wer.write(lastId + " = " + str(sum) + "%\n")
|
||||
#wer.write(lastId + " = " + str(sum) + "%\n")
|
||||
|
||||
wer.write("AVG: " + str(float((globalPercent) / (float(counter) * 100)*100)) + "%\n\n\n\n")
|
||||
ssr.write(str(float(ssrCounter)/float(counter) * 100) + "%\n")
|
||||
|
Loading…
Reference in New Issue
Block a user