Guest User

Untitled

a guest
Apr 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. rm -f output.txt
  4.  
  5. for i in {1..20}; do
  6. (time ./pgmmono 1000000 ) 2>> ./output.txt
  7. done
  8.  
  9. cat output.txt | grep real
Add Comment
Please, Sign In to add comment