summaryrefslogtreecommitdiff
path: root/src/mongo/shell/bench.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5722 Support 'sort' in benchrunIan Boros2021-03-101-0/+30
* SERVER-44546 Remove mobile variants and embedded benchmarksAndrew Morrow2019-12-091-3/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-8/+8
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-14/+13
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-101-13/+38
* Revert "SERVER-40567 benchRun support for pipeline updates"r4.1.11Siyuan Zhou2019-05-091-38/+13
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-081-13/+38
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37156 Wait for worker threads to exit in benchRun().Max Hirschhorn2018-09-171-2/+12
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-2/+2
* SERVER-35537 Create mongoebench for running benchRun against mobile.Max Hirschhorn2018-07-101-501/+380
* SERVER-35602 Add support to benchRun for atClusterTime reads with adjustable ...Dianna Hohensee2018-07-021-7/+125
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-34594 Retryable writes should not use multi statement transaction in b...Xiangyu Yao2018-04-231-16/+34
* SERVER-34103 Modify benchRun to use multi-statement transactions for snapshot...Xiangyu Yao2018-04-101-5/+35
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-6/+9
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-9/+6
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-6/+9
* 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