1 #python3 run_long2.py > exe_long2.txt
8 print("#size \t t \t n \t time")
10 for i in range(14,26,2):
13 subprocess.check_output("head -c "+str(len)+" </dev/urandom >file"+str(len),shell=True)
14 for n in range(8,32,8):
16 result=subprocess.check_output("./ida_gf65_paper1 t"+str(t)+" n"+str(n)+" ffile"+str(len),shell=True)
18 print(str(len)+"\t"+str(t)+"\t "+str(n)+" \t"+res)