summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-03-20 00:13:07 +0000
committerAlex Gorrod <alexg@wiredtiger.com>2015-03-20 00:13:07 +0000
commit8703bc6fdf1f310d15af33d1a684e320582a8bd6 (patch)
tree66383890cc01ea3154bfeffd6337ad6677a4a8b3 /bench
parent9c60b462a25a36915207dde240579c5aa673f2c7 (diff)
downloadmongo-8703bc6fdf1f310d15af33d1a684e320582a8bd6.tar.gz
Add a wtperf test case for stress testing cache.
Diffstat (limited to 'bench')
-rw-r--r--bench/wtperf/runners/parallel-pop-stress.wtperf9
1 files changed, 9 insertions, 0 deletions
diff --git a/bench/wtperf/runners/parallel-pop-stress.wtperf b/bench/wtperf/runners/parallel-pop-stress.wtperf
new file mode 100644
index 00000000000..71da5044c9e
--- /dev/null
+++ b/bench/wtperf/runners/parallel-pop-stress.wtperf
@@ -0,0 +1,9 @@
+# wtperf options file: Run populate multi-threaded with a btree. This can
+# uncover conditions where pages are too busy for eviction to work as
+# expected
+conn_config="cache_size=1GB"
+table_config="type=file"
+icount=10000000
+report_interval=5
+populate_threads=20
+run_time=0