Advertisement
Patasuss

Test log

Dec 7th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ./tests.sh
  2. =Small File Test: 2kb
  3. Slow program
  4.  
  5. real 0m0.102s
  6. user 0m0.000s
  7. sys 0m0.000s
  8. Fast Program
  9.  
  10. real 0m0.065s
  11. user 0m0.000s
  12. sys 0m0.000s
  13. =Big File Test: 12mb
  14. Slow program
  15.  
  16. real 0m14.089s
  17. user 0m0.508s
  18. sys 0m12.596s
  19. Fast Program
  20.  
  21. real 0m0.605s
  22. user 0m0.008s
  23. sys 0m0.016s
  24. =Testing if reversing a reversed (binary) file results in original
  25. =No output til === means success
  26. ===
  27. =Testing small uneven file
  28. =Testing to reverse empty file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement