summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/perftests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15641 Fix memory leaks in C++ dbtestsAndrew Morrow2014-10-151-3/+6
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15305 remove undefined bool conversion errorTyler Brock2014-09-191-2/+1
* SERVER-14668 Move top-level locks (Global and Commit) to the Lock ManagerKaloian Manassiev2014-09-161-39/+0
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-3/+3
* SERVER-15089 remove last uses of dbclient.connect(char*)Eric Milkie2014-08-291-1/+1
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-1/+2
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-1/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-2/+0
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-3/+7
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-7/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-3/+7
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-7/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-3/+7
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-7/+5
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-29/+28
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-1/+1
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-271-2/+2
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+2
* SERVER-13635 remove dead codeHari Khalsa2014-05-161-31/+0
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-1/+1
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-1/+1
* SERVER-13173 Use microseconds instead of millis in order to avoid aKaloian Manassiev2014-03-131-10/+7
* SERVER-12556 On 32-bit Windows test runs shorten the duration of PerfTests::I...Kaloian Manassiev2014-01-301-2/+8
* SERVER-11611 SERVER-11543: move btree code into its own directoryEliot Horowitz2013-12-301-1/+1
* SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin2013-12-231-0/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11183 Conditionally disable test that clang-3.2 mis-optimizes.Andrew Morrow2013-10-181-0/+16
* SERVER-8510 Factored out test framework option storageShaun Verch2013-10-041-10/+3
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-4/+6
* SERVER-8364 added OpenSSL version information to mongod SERVER-8364 fixed a typoEric Daniels2013-08-021-0/+3
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-17/+17
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-1/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-4/+4
* SERVER-9757 Add perftest for StatusAndrew Morrow2013-05-221-0/+111
* Add more mutex benchmarks to perftestAndrew Morrow2013-03-231-0/+54
* Add new perf test for failpointsAndrew Morrow2013-02-131-0/+76
* Actually report times for threaded perftestsAndrew Morrow2013-02-131-24/+40
* add a --runs option to dbtestsEliot Horowitz2012-06-121-2/+2
* Include what you use fixes.Andy Schwerin2012-05-101-0/+3
* Revert "increase StackChecker maximum to 256KB. used for _DEBUG builds"Eric Milkie2012-05-101-4/+1
* increase StackChecker maximum to 256KB. used for _DEBUG buildsDwight2012-05-091-1/+4
* perftest curTimeMicros()Dwight2012-04-091-0/+28
* Clean some query related includes.Aaron2012-04-061-2/+0
* test lock_r perftestdwight2012-04-061-2/+12
* add a perftestDwight2012-04-061-0/+11
* fix my past dumbness on building a testDwight2012-04-051-7/+8