summaryrefslogtreecommitdiff
path: root/bench
Commit message (Expand)AuthorAgeFilesLines
* Add a comment.Alex Gorrod2015-07-241-0/+4
* WT-2018 - change wtperf_value_range to return 1 in case where no docs foundDavid Hows2015-07-231-6/+2
* WT-2018 - wtperf_value_range should not underflowDavid Hows2015-07-231-1/+2
* WT-2018 - avoid div by 0 in wtperf_randDavid Hows2015-07-231-1/+5
* WT-2018 - correct problems with wtperf count and populate_threads being 0daveh862015-07-231-3/+22
* Add max latency checks to some wtperf configs. WT-926Susan LoVerso2015-06-038-1/+24
* Merge pull request #2008 from wiredtiger/rand-8BAlex Gorrod2015-06-022-11/+9
|\
| * Avoid read/write races in the PRNG: switch to using an 8B value insteadKeith Bostic2015-05-302-11/+9
* | Add sample_interval for medium-multi-lsm.Susan LoVerso2015-06-011-0/+1
|/
* Rename the config key for partial logging to log=(enabled) to match wiredtige...Michael Cahill2015-05-291-1/+1
* Only log a commit if log records were generated. Turn on mixedSusan LoVerso2015-05-212-4/+4
* Typo in config.Susan LoVerso2015-05-212-4/+4
* Add read workload for btree multi test.Susan LoVerso2015-05-212-4/+4
* Initial changes for per-table logging.Susan LoVerso2015-05-215-1/+45
* Merge branch 'develop' into encryption-apiSusan LoVerso2015-05-0410-14/+51
|\
| * Add autogenerated files.Alex Gorrod2015-05-041-1/+1
| * Don't add column names to wtperf if not using an index.Alex Gorrod2015-05-042-3/+7
| * Update wtperf.Alex Gorrod2015-05-0410-13/+46
* | Do a full pass, simplify all the if/free pairs in the tree.Keith Bostic2015-05-022-10/+5
|/
* Warning 534: Ignoring return value of function __wt_epochKeith Bostic2015-04-131-4/+4
* Add functionality to drop files at the end of a wtperf run.Alex Gorrod2015-04-132-0/+44
* Ignoring return value of function __wt_cursor::close.Keith Bostic2015-04-091-1/+5
* Fix build warning in wtperf.Alex Gorrod2015-04-091-2/+2
* Add a table_count_idle option to wtperf.Alex Gorrod2015-04-093-11/+35
* Spelling cleanup.Keith Bostic2015-03-283-15/+15
* Add a wtperf test case for stress testing cache.Alex Gorrod2015-03-201-0/+9
* Add support for LZ4.Keith Bostic2015-03-183-1/+7
* If wtperf gets WT_ROLLBACK during the populate phase, handle it gracefully.Michael Cahill2015-02-191-1/+11
* Rename voxer to overflow.Susan LoVerso2015-01-194-0/+0
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-049-0/+9
* Choose a more stable chunk size for small-lsm wtperf workload.Alex Gorrod2014-12-121-1/+1
* Merge branch 'develop' into log-recycleSusan LoVerso2014-12-031-1/+1
|\
| * Reduce the chunk size in evict-lsm wtperf workload.mongodb-2.8-rc22.8-rc2Alex Gorrod2014-12-031-1/+1
* | Add no-prealloc version of log.wtperf.Susan LoVerso2014-12-021-0/+11
* | Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-3/+2
|/
* Update wtperf multi-lsm configurations.Alex Gorrod2014-12-022-2/+2
* Fixup wtperf config documentation.Alex Gorrod2014-12-011-1/+1
* Add some wtperf workloads that turn logging on.Alex Gorrod2014-11-283-0/+31
* Update wtperf Jenkins runner script to take explicit number of runs andSusan LoVerso2014-11-241-8/+25
* lintKeith Bostic2014-11-111-2/+1
* Only do resets in wtperf for operations that leave the cursor positioned.Michael Cahill2014-10-281-1/+2
* Remove unsupported schema_threads.Susan LoVerso2014-10-224-6/+4
* Add the code changes tfor wtperf ops_per_txn.Alex Gorrod2014-10-224-2/+38
* Add long transaction support to wtperf.Alex Gorrod2014-10-212-0/+16
* Use the whole buffer for config strings: we just calculated the length we need.Michael Cahill2014-10-211-1/+1
* Fix some whitespace, but fix it by removing some code we didn't need.Keith Bostic2014-10-201-2/+1
* wtperf uses WiredTiger internal include files, so WT_TIMEDIFF can comeKeith Bostic2014-10-201-5/+0
* Fix build warnings from wtperf.Alex Gorrod2014-10-171-8/+0
* Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-164-34/+32
* gcc doesn't like externs inside functions (warning: nested externKeith Bostic2014-10-101-3/+4