New speedtest.sh enhancements #139
pete4abw
started this conversation in
Show and tell
Replies: 1 comment
-
Enhancements include use of
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Synopsis:
speedtest.sh
file to compress
[method(s)]
[level(s)]
The program
test/speedtest.sh
will now permit user to execute select methods and select compression levels. In addition, the results of any speedtest run will be output to a CSV file suitable for input to a spreadsheet. The output fields will stored in a file named testfile.csv and contain the following fields with a header line::Test File Size / Compressed File Size
)8 * Compressed File Size / Test File Size
)Test File Size / (1MB * Compression Time)
)From here, additional metrics, graphs, comparisons can be computed as desired.
Beta Was this translation helpful? Give feedback.
All reactions