1762290045
This commit is contained in:
@@ -5,4 +5,4 @@ oniux curl -s https://canhazip.com
|
|||||||
oniux curl -s https://canhazip.com
|
oniux curl -s https://canhazip.com
|
||||||
oniux curl -s https://canhazip.com
|
oniux curl -s https://canhazip.com
|
||||||
oniux curl -s https://canhazip.com
|
oniux curl -s https://canhazip.com
|
||||||
rm -f /tmp/file.tmp
|
rm -f /tmp/*.tmp
|
||||||
@@ -12,11 +12,6 @@
|
|||||||
#### unzip file.zip
|
#### unzip file.zip
|
||||||
|
|
||||||
# todo: calculate human readable sizes for mem, r and w
|
# todo: calculate human readable sizes for mem, r and w
|
||||||
# todo: batch mode
|
|
||||||
## loop through list of commands supplied by a file
|
|
||||||
## output da actual log for dis one ig lmao idk
|
|
||||||
### log results to a file named after the input file
|
|
||||||
### log format csv with titles
|
|
||||||
|
|
||||||
# glooboos
|
# glooboos
|
||||||
poll_seconds=2
|
poll_seconds=2
|
||||||
@@ -45,8 +40,8 @@ if [ -f "$csv_file" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
measure_performance () {
|
measure_performance () {
|
||||||
if [ -f "$csv_file" ]; then
|
if [ -f "$logfile" ]; then
|
||||||
rm -f "$csv_file"
|
rm -f "$logfile"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# use microseconds for timing for ONE MILLION DOLLARS more times resolution
|
# use microseconds for timing for ONE MILLION DOLLARS more times resolution
|
||||||
|
|||||||
Reference in New Issue
Block a user