Remove py version from benchmark.py because its soooo slow
This commit is contained in:
@@ -17,7 +17,7 @@ print("Time Borded CPP:",time.time() - time_start)
|
|||||||
time_start = time.time()
|
time_start = time.time()
|
||||||
subprocess.check_output('./jisspam books/*.txt', shell=True)
|
subprocess.check_output('./jisspam books/*.txt', shell=True)
|
||||||
print("Time Jest Rust:", time.time() - time_start)
|
print("Time Jest Rust:", time.time() - time_start)
|
||||||
time_start = time.time()
|
#time_start = time.time()
|
||||||
subprocess.check_output('python3 isspam.py books/*.txt', shell=True)
|
#subprocess.check_output('python3 isspam.py books/*.txt', shell=True)
|
||||||
print("Time Retoor Python:",time.time() - time_start)
|
#print("Time Retoor Python:",time.time() - time_start)
|
||||||
print("***end benchmark***")
|
print("***end benchmark***")
|
||||||
|
|||||||
Reference in New Issue
Block a user