mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
3a4a860cbc
We now do 1, 10, 50, and 100 client runs each night. Make sure the path back to the scripts directory is available in the environment for scripts to get at if need be.
9 lines
118 B
Bash
Executable File
9 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Does a dbench run with 10 clients
|
|
#
|
|
DBENCH_CLIENTS=10
|
|
export DBENCH_CLIENTS
|
|
|
|
exec $here/common.dbench
|