1 #python3 run_long.py > exe_long.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 k in range(4,16,4):
15 result=subprocess.check_output("./ida_gf65_paper1 t"+str(k)+" n16 ffile"+str(len),shell=True)
17 print(str(len)+"\t"+str(k)+"\t 16 \t"+res)