summaryrefslogtreecommitdiff
path: root/src/mongo/tools/mongoebench_options.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-36073 Save benchRun stats generated by mongoebench to JSON file.Max Hirschhorn2018-07-231-0/+2
| | | | | The --output command line option to mongoebench can be used to control the destination.
* SERVER-35537 Create mongoebench for running benchRun against mobile.Max Hirschhorn2018-07-101-0/+73
It take a JSON config file with a "pre" section for any setup logic and an "ops" section for the operations that the benchRun workers should execute repeatedly.