summaryrefslogtreecommitdiff
path: root/bench
Commit message (Expand)AuthorAgeFilesLines
* Add "WARNING" string to max_latency failure so Jenkins can detect.Susan LoVerso2015-10-051-1/+5
* Merge branch 'develop' into log-zeroMichael Cahill2015-10-012-2/+46
|\
| * Merge pull request #2213 from wiredtiger/split-fairerMichael Cahill2015-10-011-0/+17
| |\
| | * Add a wtperf configuration that triggers long latencies thatAlex Gorrod2015-10-011-0/+17
| * | WT-2152 fix style problemsDavid Hows2015-10-011-10/+11
| * | WT-2152 s_all lintingDavid Hows2015-10-011-4/+4
| * | WT-2152 change how ROLLBACK is dealt with. Make error message lvl 1David Hows2015-10-011-13/+24
| * | Remove debug statementDavid Hows2015-09-301-2/+0
| * | Add support for WTPERF operations recieving a rollbackDavid Hows2015-09-301-3/+20
| |/
* | WT-2151 Add zero-filled log workloadSusan LoVerso2015-09-291-0/+8
|/
* WT-2124 Make max_latency non-fatal.Susan LoVerso2015-09-241-1/+1
* WhitespaceSusan LoVerso2015-09-231-1/+0
* Make checkpoints explicit so they can appear on charts. Fix a typo.Susan LoVerso2015-09-175-5/+9
* Re-organize and rename WT riak/basho tests.David Hows2015-09-1720-15/+20
* Merge pull request #2191 from wiredtiger/wt-2075-testMichael Cahill2015-09-161-0/+11
|\
| * WT-2075 - rename test and mod commentDavid Hows2015-09-161-1/+2
| * WT-2075 - Add test for log hang with large parallel workloadDavid Hows2015-09-151-0/+10
* | Add btree version of test1-4.Susan LoVerso2015-09-154-0/+70
|/
* WT-2069 - Add truncate to wtperf_run.shDavid Hows2015-08-313-7/+33
* Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-131-3/+3
* Merge branch 'develop' into wt-2025-inline-atomic-functionsKeith Bostic2015-08-133-10/+10
|\
| * WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-133-10/+10
* | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-061-3/+3
|/
* KNF, whitespace.Keith Bostic2015-08-031-12/+8
* CID 1313591 (#1 of 1): Explicit null dereferenced (FORWARD_NULL)Keith Bostic2015-08-031-2/+2
* wtperf_truncate.c 61 Warning 524: Loss of precision (assignment)Keith Bostic2015-08-032-5/+2
* Free the truncate key if we fail to allocate the truncate item.Keith Bostic2015-08-031-0/+2
* wtperf.c 101 Warning 695: Inline function 'decode_key(char *)'Keith Bostic2015-08-033-7/+6
* WT-1845 - OPI Lint changesdaveh862015-07-312-6/+15
* wtperf_truncate - fix issues with uint64 -> int64 conversiondaveh862015-07-301-2/+4
* Merge pull request #2033 from wiredtiger/wtperf_truncateAlex Gorrod2015-07-3010-31/+427
|\
| * wtperf_truncate - Change error handling in run_truncate further.daveh862015-07-301-8/+7
| * wtperf_truncate - Change error handling in run_truncate slightly.daveh862015-07-301-10/+13
| * Simplify workload generation in wtperf.Alex Gorrod2015-07-301-17/+21
| * WT-1865 - Update comments, add cursor reset, limit truncate 1 exclusive threa...daveh862015-07-273-2/+17
| * Don't pass a track variable through to truncate code in wtperf.Alex Gorrod2015-07-273-13/+15
| * Shuffle wtperf code so setup is grouped together.Alex Gorrod2015-07-271-5/+5
| * Update wtperf truncate implementation.Alex Gorrod2015-07-243-28/+25
| * Lint.Alex Gorrod2015-07-241-1/+1
| * Review feedback for wtperf truncate.Alex Gorrod2015-07-245-201/+243
| * Merge branch 'develop' of github.com:wiredtiger/wiredtiger into wtperf_truncatedaveh862015-07-241-4/+28
| |\
| * | wtperf_truncate - limit to 1 truncate thread, more error checksdaveh862015-07-232-5/+5
| * | Wtperf truncate - add some error checking and other fixesdaveh862015-07-231-22/+29
| * | Cleanup error handling in wtperf truncate.Alex Gorrod2015-07-221-30/+23
| * | Fixup build warning:Alex Gorrod2015-07-221-5/+4
| * | wtperf truncate workload - use track instead of extra variabledaveh862015-07-222-9/+2
| * | WTPERF Truncate - Formatting and other nitsdaveh862015-07-173-36/+34
| * | WTPERF Truncate - CR Fixesdaveh862015-07-174-37/+27
| * | Code review changes and additional workloadsdaveh862015-07-133-32/+55
| * | WTPERF_TRUNCATE - Move truncate to own functionsdaveh862015-07-102-157/+194