summaryrefslogtreecommitdiff
path: root/bench
Commit message (Expand)AuthorAgeFilesLines
* lint + CoverityKeith Bostic2013-12-111-3/+9
* Merge pull request #792 from wiredtiger/compact-lsmMichael Cahill2013-12-103-18/+23
|\
| * LSM compaction review updates. Implement Sue's suggestions, be more aggressi...Michael Cahill2013-12-111-3/+3
| * icount is uint32_t. #792Susan LoVerso2013-12-091-1/+1
| * Show running total during populate. #792Susan LoVerso2013-12-091-2/+4
| * Change wtperf to remove merge_sleep and add compact. #792Susan LoVerso2013-12-093-14/+17
* | Converity complaint -- configuration ensures that we've scheduled at leastKeith Bostic2013-12-061-4/+12
* | Coverity spotted problem, no need to check if session is NULL, we'd haveKeith Bostic2013-12-061-1/+1
* | Coverity spotted problem, no need to check if session is NULL, we'd haveKeith Bostic2013-12-061-2/+2
|/
* typo: merge_thread*s*Michael Cahill2013-12-061-1/+1
* Make 10MB the default LSM chunk size, modify some wtperf jobs to use 10MB chu...Michael Cahill2013-12-063-3/+3
* Move wtperf configuration option from Jenkins into configuration file.Alex Gorrod2013-12-041-1/+1
* Merge pull request #786 from wiredtiger/lsm-config-groupAlex Gorrod2013-12-0311-12/+21
|\
| * update to match new wtperf threads syntax.Keith Bostic2013-12-031-3/+1
| * Merge branch 'develop' into lsm-config-groupAlex Gorrod2013-12-0320-274/+353
| |\
| * | Move LSM configuration options to be a group in WT_SESSION->create API.Alex Gorrod2013-12-0311-12/+23
* | | Minor tidy of wtperf memory cleanup.Alex Gorrod2013-12-042-3/+3
* | | Fix the real leak in wtperf: I misread the valgrind output.Michael Cahill2013-12-041-2/+1
* | | Fix a wtperf memory leak: free the workload struct on thread exit.Michael Cahill2013-12-041-0/+2
* | | semantic sugar -- make leading comments match standard style, minor functionKeith Bostic2013-12-031-67/+99
| |/ |/|
* | Michael notes the runner scripts changes were wrong, we need to haveKeith Bostic2013-12-026-6/+6
* | Update the canned configurations inside of the wtperf source code.Keith Bostic2013-12-0213-15/+15
* | Merge branch 'develop' into thread-groupKeith Bostic2013-12-021-2/+2
|\ \ | |/
| * Use BILLION instead of many zeroes in wtperf.Alex Gorrod2013-12-021-2/+2
* | The rest of the changes for #775: we can now support multiple, entirelyKeith Bostic2013-12-025-106/+200
* | Replace two thread modes (individual insert, read & update threads,Keith Bostic2013-12-0220-253/+238
|/
* Statistics doesn't open the log file anymore, add error information toKeith Bostic2013-11-291-11/+11
* If we start a monitor thread and populate, but never execute a workload,Keith Bostic2013-11-291-17/+22
* lint: typo, parenthesis in the wrong placeKeith Bostic2013-11-291-1/+1
* Remove unused ms calculation.Keith Bostic2013-11-291-3/+0
* Fix compiler warning in wtperf:Alex Gorrod2013-11-291-2/+2
* Cleanup in wtperf including:Alex Gorrod2013-11-291-41/+99
* Change the default sample rate in wtperf to 50 -- sampling every operation in...Michael Cahill2013-11-291-1/+1
* Remove another unnecessary __wt_epoch call; now that we're no longerKeith Bostic2013-11-281-9/+5
* Remove unnecessary __wt_epoch() call, the indentation makes it lookKeith Bostic2013-11-281-1/+0
* Info 768: global struct member 'aggregated' (line 124, fileKeith Bostic2013-11-281-6/+0
* lint, mark the /* FALLTHROUGH */ case.Keith Bostic2013-11-281-0/+1
* Merge branch 'develop' into wtperf-sampleMichael Cahill2013-11-284-48/+56
|\
| * s/data/value/ in a few more places.Michael Cahill2013-11-283-10/+10
| * Fix a leak of key/value buffers in wtperf. While in the area, rename "data_b...Michael Cahill2013-11-282-16/+22
| * Use the same timestamp format in wtperf output as in statistics_logKeith Bostic2013-11-271-1/+1
| * Be more aggressive about stopping runs that are failing, have threadKeith Bostic2013-11-271-14/+17
| * Don't set/reset g_stop in stop_threads, that can race with the monitorKeith Bostic2013-11-271-11/+8
| * Fix two valgrind complaints in wtperf:Alex Gorrod2013-11-271-0/+2
* | Stash the wtperf sample rate calculation in a local variable.Alex Gorrod2013-11-281-3/+4
* | Switch wtperf from aggregating to sampling for latency measurements.Alex Gorrod2013-11-272-55/+36
|/
* In wtperf, only reopen the connection after any merge sleep. Otherwise, the ...Michael Cahill2013-11-271-12/+17
* Don't make local copies of WT_CONNECTION in wtperf.Alex Gorrod2013-11-271-11/+11
* Do aggressive LSM merges when trees are opened read-only. Reopen the connect...Michael Cahill2013-11-271-0/+12
* Stop worker threads in wtperf when running for a set time.Alex Gorrod2013-11-271-3/+7