summaryrefslogtreecommitdiff
path: root/dbtests
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2011-01-04 13:08:57 -0500
committerDwight <dwight@10gen.com>2011-01-04 13:08:57 -0500
commit9578b8be2cc1a42081a7dd12f58ebae9e4bdb8d0 (patch)
treebe22b5ac580bf6081760ca8128fa8e5179796f22 /dbtests
parent5583c643bf2394a1c6a74ee92c58ca13e46fd981 (diff)
downloadmongo-9578b8be2cc1a42081a7dd12f58ebae9e4bdb8d0.tar.gz
rename
Diffstat (limited to 'dbtests')
-rw-r--r--dbtests/perftests.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbtests/perftests.cpp b/dbtests/perftests.cpp
index 980fab0dbf6..b2c140377e2 100644
--- a/dbtests/perftests.cpp
+++ b/dbtests/perftests.cpp
@@ -65,7 +65,7 @@ namespace PerfTests {
DBClientType ClientBase::_client;
// todo: use a couple threads. not a very good test yet.
- class DefInvoke {
+ class TaskQueueTest {
static int tot;
struct V {
int val;
@@ -90,7 +90,7 @@ namespace PerfTests {
assert( x == tot );
}
};
- int DefInvoke::tot;
+ int TaskQueueTest::tot;
class CappedTest : public ClientBase {
};
@@ -291,7 +291,7 @@ namespace PerfTests {
All() : Suite( "perf" ) {
}
void setupTests() {
- add< DefInvoke >();
+ add< TaskQueueTest >();
add< InsertDup >();
add< Insert1 >();
add< InsertRandom >();