mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
11 lines
151 B
Bash
11 lines
151 B
Bash
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# Does a dbench run with 2 clients
|
||
|
|
#
|
||
|
|
DBENCH_CLIENTS=2
|
||
|
|
export DBENCH_CLIENTS
|
||
|
|
|
||
|
|
[ ! -d "$here" ] && here=`pwd`
|
||
|
|
|
||
|
|
exec $here/common.dbench $@
|