using total time

This commit is contained in:
2020-02-13 17:01:07 -07:00
parent 9a26e0527b
commit 117ffcb5fb

View File

@@ -22,7 +22,7 @@ def main():
divideConcur.DivideConcur(count, P, Q)
dcTime += (time.time()-dcTimeStart)
saveArray = [count, highTime/10, dcTime/10]
saveArray = [count, highTime, dcTime]
with open("results.txt", "a") as myfile:
print(str(saveArray), file=myfile)
myfile.flush()