mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fixed bench marking of other filesystems.
Added error message if bonnie++ is not installed.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
##/bin/sh
|
||||
|
||||
#check bonnie is installed
|
||||
if [ "`whereis bonnie++`" == "bonnie++:"]; then
|
||||
echo $0 error bonnie not installed.
|
||||
exit
|
||||
fi
|
||||
|
||||
run_bonnie()
|
||||
{
|
||||
# dir, no hostname, quiet, fast (no per-char), ram (no sz checks)
|
||||
|
||||
Reference in New Issue
Block a user