bench.sh (98B)
1 while [ 1 ]; do 2 perf stat python3 prim.py > /dev/null 2>> v_10_000_e_100_000 3 sleep 1 4 done