summaryrefslogtreecommitdiff
path: root/bench/wtperf
Commit message (Expand)AuthorAgeFilesLines
* Add compression to voxer configs.Susan LoVerso2014-02-262-0/+2
* Fix bug finding table count with multiple tables.Susan LoVerso2014-02-261-4/+9
* Add some comments and fix some style.Susan LoVerso2014-02-262-17/+21
* Coverity fixes.Susan LoVerso2014-02-261-4/+10
* Fix build warning in wtperf.Alex Gorrod2014-02-261-0/+1
* Merge pull request #875 from wiredtiger/wtperf-multiple-databasesAlex Gorrod2014-02-265-149/+291
|\
| * Fixes to wtperf as per review comments.Alex Gorrod2014-02-262-36/+27
| * Merge branch 'config-parse-api' into wtperf-multiple-databasesAlex Gorrod2014-02-268-147/+167
| |\
| * \ Merge branch 'config-parse-api' into wtperf-multiple-databasesAlex Gorrod2014-02-141-5/+11
| |\ \
| * | | Add ability for wtperf to run with multiple databases in different threads.Alex Gorrod2014-02-145-148/+299
* | | | Fix error handling in wtperf config parsing.Alex Gorrod2014-02-261-6/+6
| |_|/ |/| |
* | | Merge branch 'develop' into config-parse-apiAlex Gorrod2014-02-268-130/+144
|\ \ \
| * | | When multiple tables are configured, spread the data.Susan LoVerso2014-02-251-13/+19
| * | | Fix warning.Susan LoVerso2014-02-251-4/+3
| * | | Simplify code to always use the cfg->uris array.Susan LoVerso2014-02-254-99/+94
| * | | Move latency measurement on populate with multiple tables.Susan LoVerso2014-02-241-11/+16
| * | | Skip measuring the very first operation to avoid severe latency spikeSusan LoVerso2014-02-241-1/+6
| * | | Make chunk max 5Gb and turn on snappy compression.Susan LoVerso2014-02-204-5/+9
| * | | Make declarations match prototypes.Keith Bostic2014-02-161-2/+2
* | | | Fix compiler warnings re: ignored return values.Alex Gorrod2014-02-261-2/+2
* | | | Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod2014-02-241-16/+22
| |_|/ |/| |
* | | Merge branch 'develop' into config-parse-apiAlex Gorrod2014-02-141-5/+11
|\ \ \ | |/ / | | / | |/ |/|
| * Fix wtperf NVD3 graph throughput scaling.Alex Gorrod2014-02-141-5/+11
* | Add configuration parsing to the public API.Alex Gorrod2014-02-132-54/+13
|/
* Be paranoid and ensure memory is initialized in wtperf.Alex Gorrod2014-02-131-1/+1
* Stop using global variables to track things in wtperf.Alex Gorrod2014-02-132-76/+87
* Add voxer wtperf configs.Susan LoVerso2014-02-122-0/+36
* Fix latency units. #864Susan LoVerso2014-02-122-8/+8
* TypoSusan LoVerso2014-02-121-1/+1
* Coverity items.Susan LoVerso2014-02-121-4/+7
* Fix some warnings in the wtperf config code.Michael Cahill2014-02-121-2/+3
* Didn't mean to commit my test case.Susan LoVerso2014-02-111-1/+0
* Add compression as a wtperf config. #871Susan LoVerso2014-02-115-11/+87
* Allow compact to run to completion, and time it. #871Susan LoVerso2014-02-111-19/+23
* Increase the chunk_max size for the large tests. #871Susan LoVerso2014-02-114-4/+4
* Clarify a wtperf configuration setting.Alex Gorrod2014-02-111-1/+3
* Merge pull request #867 from wiredtiger/wtperf-multi-tableAlex Gorrod2014-02-114-50/+183
|\
| * Fix compiler warning re: uninitialized variable.Alex Gorrod2014-02-041-0/+1
| * Add ability to create multiple tables to wtperf.Alex Gorrod2014-02-044-50/+182
* | Merge branch 'develop' into wtperf_monitor_nvd3Alex Gorrod2014-02-1117-162/+181
|\ \
| * | Add leaf_page_max to address high latencies. If compact times out, keepSusan LoVerso2014-02-1011-13/+24
| * | Lint.Susan LoVerso2014-02-051-1/+2
| * | Add a 'totalsec' column to monitor output.Susan LoVerso2014-02-052-14/+15
| * | Update usage function. #866Susan LoVerso2014-02-041-4/+1
| * | Adjust stats log time (commented out anyway) and a couple typos.Susan LoVerso2014-02-048-15/+16
| * | Remove -SML. Fix smoke.sh to use its equivalent. #866Susan LoVerso2014-02-042-47/+2
| * | Add Jenkins manual setting to standard config.Susan LoVerso2014-02-041-1/+1
| |/
| * Free the populate threads in wtperf.Alex Gorrod2014-02-041-3/+6
| * Simplify random value initialization.Susan LoVerso2014-02-031-7/+7
| * Add -m option to set monitor output directory.Susan LoVerso2014-02-033-6/+19