mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
9 lines
120 B
Bash
9 lines
120 B
Bash
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# Does a dbench run with 100 clients
|
||
|
|
#
|
||
|
|
DBENCH_CLIENTS=100
|
||
|
|
export DBENCH_CLIENTS
|
||
|
|
|
||
|
|
exec $here/common.dbench
|