mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
QA updates and a couple of new tests.
Exercise some of the limits for large file handling on 32-bit-sector_t systems.
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Does a dbench run with 20 clients
|
||||
#
|
||||
DBENCH_CLIENTS=20
|
||||
export DBENCH_CLIENTS
|
||||
|
||||
[ ! -d "$here" ] && here=`pwd`
|
||||
|
||||
exec $here/common.dbench $@
|
||||
Reference in New Issue
Block a user