Advertisement
dark-Matter

seq_script

Mar 7th, 2021
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. TIMEFORMAT=%R
  2. for (( c=1; c<=3000; c=c+100))
  3. do  
  4.    { time ./sequential $c; }  2>>seq_out.txt
  5. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement