two is an interesting dbench case, discrepency between 1 and 10 is quite

large atm.
This commit is contained in:
Nathan Scott
2002-11-11 02:48:59 +00:00
parent fdb2735f0b
commit 418d757c7b
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
#
# Does a dbench run with 2 clients
#
DBENCH_CLIENTS=2
export DBENCH_CLIENTS
[ ! -d "$here" ] && here=`pwd`
exec $here/common.dbench $@