summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf.h
Commit message (Expand)AuthorAgeFilesLines
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-211-0/+3
* WT-2858 Rename wtperf's CONFIG structure (#3065)Keith Bostic2016-09-281-45/+35
* WT-2917 split wtperf's configuration into per-database and per-run parts (#3006)Keith Bostic2016-09-271-36/+24
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-1/+1
* WT-2876 Add an oplog-like ability to wtperf utility. (#2999)Alex Gorrod2016-09-051-0/+2
* Revert "WT-2842 split wtperf's configuration into per-database and per-run pa...Alex Gorrod2016-08-311-23/+35
* WT-2842 split wtperf's configuration into per-database and per-run parts (#2971)Keith Bostic2016-08-311-35/+23
* WT-2824 Fix double concating the config strings (#2990)Sulabh Mahajan2016-08-301-1/+1
* WT-2783 Clean up wtperf configuration object management (#2957)Keith Bostic2016-08-161-3/+3
* Fix a set of places where we ignored the return value of a function. (#2893)Keith Bostic2016-07-211-2/+2
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-211-77/+2
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-081-1/+0
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-0/+3
* WT-2651: Coverity 1355591 resource leak (#2737)Keith Bostic2016-05-221-25/+0
* 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