mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-15 18:15:40 +00:00
- unter Darwin werden nur noch 20 Clients parallel gestartet.
This commit is contained in:
parent
e7b09536bf
commit
21244add31
@ -1,8 +1,12 @@
|
||||
#!/bin/sh
|
||||
# ngIRCd Test Suite
|
||||
# $Id: stress-server.sh,v 1.2 2002/09/12 02:28:44 alex Exp $
|
||||
# $Id: stress-server.sh,v 1.3 2002/09/13 06:11:19 alex Exp $
|
||||
|
||||
CLIENTS=50
|
||||
if [ `uname` = "Darwin" ]; then
|
||||
CLIENTS=20
|
||||
else
|
||||
CLIENTS=50
|
||||
fi
|
||||
|
||||
name=`basename $0`
|
||||
test=`echo ${name} | cut -d '.' -f 1`
|
||||
|
Loading…
Reference in New Issue
Block a user