1 #python3 run_long_paper3.py > exe_long_paper3.txt
8 print("#size \t t \t n \t time")
13 subprocess.check_output("head -c "+str(len)+" </dev/urandom >file"+str(len),shell=True)
14 for k in range(2,8,2):
15 result=subprocess.check_output("./ida_gf65_paper3 t"+str(k)+" n8 ffile"+str(len),shell=True)
17 print(str(len)+"\t"+str(k)+"\t 8 \t"+res)