Update speedtester.py

master
Nixellion 2020-07-20 16:11:43 +03:00
parent 1052191aae
commit 1118baa099
1 changed files with 4 additions and 4 deletions

View File

@ -478,10 +478,10 @@ if __name__ == "__main__":
Once finished it will also generate an image with graph plotted.
'''
generate_plot_image(*gather_data())
import sys
sys.exit()
# generate_plot_image(*gather_data())
# import sys
#
# sys.exit()
from random import uniform
try: