summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-211-0/+5
* WT-2949 Add option to skip closing the connection after test runs. (#3082)sueloverso2016-10-111-1/+1
* WT-2956 utility tests -h option is always overridden by the default setup (#3...Keith Bostic2016-10-101-1/+0
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-62/+23
* WT-2858 Rename wtperf's CONFIG structure (#3065)Keith Bostic2016-09-281-519/+535
* WT-2917 split wtperf's configuration into per-database and per-run parts (#3006)Keith Bostic2016-09-271-328/+487
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-4/+2
* WT-2876 Fix a memory leak of new wtperf URI (#3021)Alex Gorrod2016-09-051-0/+1
* WT-2876 Add an oplog-like ability to wtperf utility. (#2999)Alex Gorrod2016-09-051-5/+45
* Revert "WT-2842 split wtperf's configuration into per-database and per-run pa...Alex Gorrod2016-08-311-454/+291
* WT-2842 split wtperf's configuration into per-database and per-run parts (#2971)Keith Bostic2016-08-311-291/+454
* WT-2824 Fix double concating the config strings (#2990)Sulabh Mahajan2016-08-301-14/+18
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-2/+1
* WT-2783 Clean up wtperf configuration object management (#2957)Keith Bostic2016-08-161-22/+25
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-2/+2
* WT-2806 Off-by-one allocation in wtperf. (#2923)Michael Cahill2016-08-021-1/+1
* Fix a set of places where we ignored the return value of a function. (#2893)Keith Bostic2016-07-211-15/+9
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-211-64/+56
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-10/+30
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-1/+1
* WT-2610 Reduce hazard pointer array size. (#2731)sueloverso2016-05-171-5/+34
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-291-2/+2
* WT-2517: wtperf uses setvbuf in a way that isn't supported on WindowsKeith Bostic2016-03-291-1/+1
* WT-2517: wtperf uses setvbuf in a way that isn't supported on WindowsKeith Bostic2016-03-291-1/+1
* WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-2/+2
* WT-2444: broken flag test in wtperf, whitespaceKeith Bostic2016-03-031-1/+1
* WT-2366 Check for NULL workload pointer.Susan LoVerso2016-03-021-1/+1
* WT-2366 Add shrink changes.Susan LoVerso2016-03-011-9/+11
* WT-2366 Extend wtperf to support changing record sizes in update opsAlex Gorrod2016-03-011-12/+83
* WT-2349: Add ability to open databases read-onlyKeith Bostic2016-02-201-4/+4
* WT-2349 Clean up casts.Susan LoVerso2016-02-191-10/+10
* WT-2349 Add a 'readonly' option to wtperf.Susan LoVerso2016-02-171-2/+19
* Fixup more compiler warnings.Alex Gorrod2016-01-221-5/+6
* Fixup build warnings.Alex Gorrod2016-01-221-1/+1
* WT-2342 Add background create/drop to wtperf.Alex Gorrod2016-01-211-0/+19
* WT-2267 Minor updates to comments.Susan LoVerso2016-01-201-2/+2
* WT-2267 - WTPERF Throttle implementationDavid Hows2016-01-201-47/+8
* WT-2326: Add dcalloc, dmalloc and dstrdup to wtperfKeith Bostic2016-01-141-17/+6
* WT-2326 - Fix unused labelDavid Hows2016-01-131-1/+1
* WT-2326 - Add dcalloc, dmalloc and dstrdup to wtperf and replace all existing...David Hows2016-01-131-87/+21
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2303 Track wtperf range scans less aggressively.Alex Gorrod2015-12-231-27/+6
* Merge pull request #2378 from wiredtiger/wtperf-2269-dump-configsueloverso2015-12-221-0/+6
|\
| * WT-2269 - Change config dump file name. Other test changesDavid Hows2015-12-151-3/+2
| * WT-2269 - Changes from CRDavid Hows2015-12-111-27/+4
| * WT-2269 - Add ability to write config dumpDavid Hows2015-12-101-1/+31
* | WT-2301 Fix a compiler warning in wtperf.Alex Gorrod2015-12-221-1/+1
* | Add comments, cleanup.Alex Gorrod2015-12-221-0/+9
* | autogenerated documentationAlex Gorrod2015-12-221-3/+3
* | WT-2301 Update wtperf range reads.Alex Gorrod2015-12-221-14/+24