diff --git a/bench.py b/bench.py index cc995cb..c7fe45e 100644 --- a/bench.py +++ b/bench.py @@ -17,7 +17,7 @@ print("Time Borded CPP:",time.time() - time_start) time_start = time.time() subprocess.check_output('./jisspam books/*.txt', shell=True) print("Time Jest Rust:", time.time() - time_start) -time_start = time.time() -subprocess.check_output('python3 isspam.py books/*.txt', shell=True) -print("Time Retoor Python:",time.time() - time_start) +#time_start = time.time() +#subprocess.check_output('python3 isspam.py books/*.txt', shell=True) +#print("Time Retoor Python:",time.time() - time_start) print("***end benchmark***")