summaryrefslogtreecommitdiff
path: root/bench
Commit message (Expand)AuthorAgeFilesLines
* Change max_latency units to msecs. Add it into several configs. #926Susan LoVerso2014-03-2524-3/+25
* Use lprintf to exit, rather than an abort in wtperf.Alex Gorrod2014-03-252-9/+5
* Fix paren warning.Susan LoVerso2014-03-241-2/+2
* Add max latency and min throughput settings. #926Susan LoVerso2014-03-242-7/+37
* Coverity 1187550Susan LoVerso2014-03-191-1/+1
* Fix wtperf warmup phase to execute mixes workloads.Alex Gorrod2014-03-192-6/+6
* Add warmup configuration option to wtperf.Alex Gorrod2014-03-184-16/+41
* When compacting, set the smallest timeout to start them in paralel, thenSusan LoVerso2014-03-171-1/+13
* Fix Coverity warning:Alex Gorrod2014-03-171-4/+6
* Coverity.Susan LoVerso2014-03-122-15/+30
* Fix a leak in wtperf found by valgrind:Michael Cahill2014-03-121-0/+1
* typoKeith Bostic2014-03-111-1/+1
* Make sure wtperf config string is terminated correctly.Alex Gorrod2014-03-111-1/+3
* whitespaceMichael Cahill2014-03-111-1/+1
* Fix wtperf config parsing to handle long lines.Alex Gorrod2014-03-112-8/+35
* Don't drop core if there weren't any worker threads configured.Keith Bostic2014-03-061-1/+2
* Only have wtperf call get_value if the search succeeded.Michael Cahill2014-03-061-2/+3
* Call get_value on reads.Susan LoVerso2014-03-051-1/+8
* Add 1b and 4b test configs.Susan LoVerso2014-03-048-0/+140
* Adjust thread pools for new Jenkins configs.Susan LoVerso2014-03-043-3/+3
* Add a multi-table config and shorter voxer configs for Jenkins.Susan LoVerso2014-03-043-0/+46
* Run voxer tests for 5 hours.Susan LoVerso2014-03-042-2/+2
* Have wtperf reset cursors when there are multiple tables. Otherwise, there a...Michael Cahill2014-03-041-0/+8
* Fix wtperf make check, and versions in upgrading documentation.Alex Gorrod2014-03-041-1/+1
* Don't use memory after we've freed it.Keith Bostic2014-03-011-4/+8
* Display the failed open path, it makes debugging easier.Keith Bostic2014-02-271-3/+2
* monitor_set might have been used without being initialized.Keith Bostic2014-02-271-27/+27
* 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