summaryrefslogtreecommitdiff
path: root/src/mongo/shell/bench.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-33324 Add useSnapshotReads option to benchRunTess Avitabile2018-02-141-24/+63
* SERVER-25345 remove wassertMathias Stearn2018-01-191-1/+4
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-1/+1
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-9/+9
* SERVER-31170 Add support for session and transaction number to benchRunKaloian Manassiev2017-09-271-125/+214
* SERVER-31170 Cleanup bench_run.cppKaloian Manassiev2017-09-221-154/+136
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-08-221-7/+7
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-9/+9
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-9/+17
* SERVER-28509 Make DBClient use write commandsMathias Stearn2017-07-261-6/+17
* fix error codesMathias Stearn2017-05-051-1/+1
* SERVER-28464: Add canary CPU tests to benchRun and mongoddalyd2017-05-041-3/+24
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-1/+1
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-25/+20
* SERVER-24703 Improved DBClientWithCommands index creation methodJ. Rassi2016-06-271-1/+1
* SERVER-23103 Don't use pooled scopes in benchrunAndrew Morrow2016-06-161-4/+4
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-25/+25
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-15/+18
* SERVER-24045 Refactor LiteParsedQueryTess Avitabile2016-05-061-25/+22
* SERVER-23094 Add collator parameter to the find commandTess Avitabile2016-04-071-0/+2
* SERVER-22698 fix duplicate error codes caused by broken errorcodes.pyAdam Midvidy2016-02-171-1/+1
* SERVER-21427: Replaced BSONObjBuilder.done() with BSONObjBuilder.obj() in ben...dalyd2016-02-011-1/+1
* SERVER-21427: benchRun should complain when passed invalid optionsdalyd2016-01-291-418/+636
* SERVER-21912 Iterate command response cursorsCharlie Swanson2015-12-211-2/+30
* SERVER-21426:Add writeConcern support to benchRundalyd2015-12-081-1/+13
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+1
* SERVER-20880 Add "readCmd" option to benchRun find/findOne operationsJason Rassi2015-10-201-15/+112
* SERVER-19564: Make benchRun use insertMultiMartin Bligh2015-07-271-4/+21
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-749/+737
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-3/+3
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-5/+4
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-8/+8
* SERVER-15017: benchRun might return incorrect stats valuesdalyd2015-06-171-56/+68
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-2/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-5/+4
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-13237: benchRun should use a thread-safe random number generatordalyd2015-05-281-5/+12
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-2/+3
* SERVER-17754 Cleanup unused internal client codeKaloian Manassiev2015-05-121-1/+1
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-3/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-7/+7
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-5/+5
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-16125 Make exception handling consistent in BenchRunWorker::run.Andy Schwerin2014-11-131-5/+4