summaryrefslogtreecommitdiff
path: root/dbtests/perftests.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-08-05 13:54:28 -0400
committerEliot Horowitz <eliot@10gen.com>2011-08-05 15:45:13 -0400
commit9af0b0f16186375c9159710da0a82bcc43b69957 (patch)
treec4eb051fcb01b221866e373d3ec91fb1e8849651 /dbtests/perftests.cpp
parent57cacffe3ead7c2c55bfcca8761c9647daab5f06 (diff)
downloadmongo-9af0b0f16186375c9159710da0a82bcc43b69957.tar.gz
better hostname
Diffstat (limited to 'dbtests/perftests.cpp')
-rw-r--r--dbtests/perftests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/perftests.cpp b/dbtests/perftests.cpp
index 203eb47cdba..cac7b5605fe 100644
--- a/dbtests/perftests.cpp
+++ b/dbtests/perftests.cpp
@@ -179,7 +179,7 @@ namespace PerfTests {
DBClientConnection *c = new DBClientConnection(false, 0, 10);
string err;
- if( c->connect("mongo05.10gen.cust.cbici.net", err) ) {
+ if( c->connect("perfdb.10gen.cc", err) ) {
if( !c->auth("perf", "perf", pwd, err) ) {
cout << "info: authentication with stats db failed: " << err << endl;
assert(false);