diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-08-05 13:54:28 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-08-05 15:45:13 -0400 |
commit | 9af0b0f16186375c9159710da0a82bcc43b69957 (patch) | |
tree | c4eb051fcb01b221866e373d3ec91fb1e8849651 /dbtests/perftests.cpp | |
parent | 57cacffe3ead7c2c55bfcca8761c9647daab5f06 (diff) | |
download | mongo-9af0b0f16186375c9159710da0a82bcc43b69957.tar.gz |
better hostname
Diffstat (limited to 'dbtests/perftests.cpp')
-rw-r--r-- | dbtests/perftests.cpp | 2 |
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); |