Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. sh ./test.sh ~/dwn/html_book.tar
  2.  
  3. command "./bin/lzwarc" <a/x> ./tmp/arch "/home/p----/dwn/html_book.tar":
  4. compress time: 101
  5. size: 80/100
  6. extract time: 33
  7. command "./bin/lzwarc" <a/x> ./tmp/arch "/home/p----/dwn/html_book.tar":
  8. compress time: 101
  9. size: 80/100
  10. extract time: 33
  11. command "./bin/lzwarc-noi" <a/x> ./tmp/arch "/home/p----/dwn/html_book.tar":
  12. compress time: 114
  13. size: 80/100
  14. extract time: 32
  15. command "./bin/lzwarc-ncb" <a/x> ./tmp/arch "/home/p----/dwn/html_book.tar":
  16. compress time: 111
  17. size: 80/100
  18. extract time: 32
  19. *** success exit ***
  20.  
  21. sh ./test.sh ~/dwn/html_book/
  22.  
  23. command "./bin/lzwarc" <a/x> ./tmp/arch "/home/p----/dwn/html_book/":
  24. compress time: 47
  25. size: 33/100
  26. extract time: 30
  27. command "./bin/lzwarc" <a/x> ./tmp/arch "/home/p----/dwn/html_book/":
  28. compress time: 50
  29. size: 33/100
  30. extract time: 34
  31. command "./bin/lzwarc-noi" <a/x> ./tmp/arch "/home/p----/dwn/html_book/":
  32. compress time: 54
  33. size: 33/100
  34. extract time: 36
  35. command "./bin/lzwarc-ncb" <a/x> ./tmp/arch "/home/p----/dwn/html_book/":
  36. compress time: 51
  37. size: 33/100
  38. extract time: 35
  39. *** success exit ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement