summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf.h
Commit message (Expand)AuthorAgeFilesLines
* WT-2484: Coverity 1345809: unchecked return valueKeith Bostic2016-03-141-1/+1
* WT-2465: Coverity 1352899: Dereference before null checkKeith Bostic2016-03-111-6/+4
* WT-2366 Add shrink changes.Susan LoVerso2016-03-011-1/+4
* WT-2366 Extend wtperf to support changing record sizes in update opsAlex Gorrod2016-03-011-0/+1
* WT-2349 Clean up casts.Susan LoVerso2016-02-191-2/+2
* WT-2349 Add a 'readonly' option to wtperf.Susan LoVerso2016-02-171-0/+2
* WT-2377 - Add a comment explaining why we don't use dstrndupDavid Hows2016-02-031-1/+2
* WT-2377 - change wtperfs dstrndup to not call strndup as it is not supported ...David Hows2016-02-031-4/+5
* WT-2372 - wt_internal.h should always be the first include, when neededDavid Hows2016-02-021-2/+2
* WT-2352: Allow build and test without requiring lz4Keith Bostic2016-01-281-3/+0
* Fixup more compiler warnings.Alex Gorrod2016-01-221-3/+2
* Fixup build warnings.Alex Gorrod2016-01-221-1/+1
* WT-2342 implement review feedback.Alex Gorrod2016-01-221-1/+1
* WT-2342 Add background create/drop to wtperf.Alex Gorrod2016-01-211-0/+5
* WT-2267 Minor updates to comments.Susan LoVerso2016-01-201-2/+2
* WT-2267 - WTPERF Throttle implementationDavid Hows2016-01-201-7/+18
* WT-2326 - Add a new dstrndup function replace calls.David Hows2016-01-181-0/+14
* WT-2326: Add dcalloc, dmalloc and dstrdup to wtperfKeith Bostic2016-01-141-12/+28
* WT-2326 - Add dcalloc, dmalloc and dstrdup to wtperf and replace all existing...David Hows2016-01-131-1/+51
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Merge pull request #2378 from wiredtiger/wtperf-2269-dump-configsueloverso2015-12-221-0/+11
|\
| * WT-2269 - Add comments to explain some of the new config dump functionality.David Hows2015-12-211-1/+1
| * WT-2269 - add deduplication for config writesDavid Hows2015-12-171-0/+1
| * WT-2269 - Changes from CRDavid Hows2015-12-111-0/+1
| * WT-2269 - Add ability to write config dumpDavid Hows2015-12-101-0/+9
* | WT-2301 Fix extract_key sscanf.Susan LoVerso2015-12-211-1/+1
* | WT-2301 Add reading a range of keys to wtperf.Susan LoVerso2015-12-211-0/+7
|/
* WTPERF - Add a multiplier to the truncate stones to deal with very high throu...David Hows2015-11-271-0/+1
* WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-2/+2
* wtperf_truncate.c 61 Warning 524: Loss of precision (assignment)Keith Bostic2015-08-031-2/+1
* wtperf.c 101 Warning 695: Inline function 'decode_key(char *)'Keith Bostic2015-08-031-1/+0
* WT-1845 - OPI Lint changesdaveh862015-07-311-1/+1
* Merge pull request #2033 from wiredtiger/wtperf_truncateAlex Gorrod2015-07-301-1/+57
|\
| * Don't pass a track variable through to truncate code in wtperf.Alex Gorrod2015-07-271-1/+1
| * Update wtperf truncate implementation.Alex Gorrod2015-07-241-2/+2
| * Lint.Alex Gorrod2015-07-241-1/+1
| * Review feedback for wtperf truncate.Alex Gorrod2015-07-241-7/+26
| * wtperf truncate workload - use track instead of extra variabledaveh862015-07-221-2/+1
| * WTPERF Truncate - Formatting and other nitsdaveh862015-07-171-1/+1
| * WTPERF_TRUNCATE - Move truncate to own functionsdaveh862015-07-101-0/+15
| * Fix reporting, remove debuggingDavid Hows2015-07-091-1/+3
| * Switch wtperf_truncate to use insert count per threadDavid Hows2015-07-091-1/+2
| * At which things break horriblyDavid Hows2015-07-081-1/+14
| * PR Test errorsDavid Hows2015-07-061-3/+3
| * Fix alphabetical orderingDavid Hows2015-06-301-2/+2
| * First version of truncateDavid Hows2015-06-301-1/+5
| * Initial commit of wtperf mongodb oplog modDavid Hows2015-06-301-0/+3
* | SERVER-19340 Avoid type aliasing in the random number generator.Michael Cahill2015-07-271-1/+1
|/
* Avoid read/write races in the PRNG: switch to using an 8B value insteadKeith Bostic2015-05-301-1/+1
* Rename the config key for partial logging to log=(enabled) to match wiredtige...Michael Cahill2015-05-291-1/+1