summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2017-07-19 12:01:49 +1000
committerGitHub <noreply@github.com>2017-07-19 12:01:49 +1000
commit454655b0d663fc6cec73e177fbb3b5ed163ed27c (patch)
treef1fdb0b72fc949d4f26078ed8a86d5e843a6aade
parent46975e56566535134f1b3c193d20608f2df53856 (diff)
downloadmongo-454655b0d663fc6cec73e177fbb3b5ed163ed27c.tar.gz
WT-3426 Add update only wtperf workload (#3517)
-rw-r--r--bench/wtperf/runners/update-only-btree.wtperf10
1 files changed, 10 insertions, 0 deletions
diff --git a/bench/wtperf/runners/update-only-btree.wtperf b/bench/wtperf/runners/update-only-btree.wtperf
new file mode 100644
index 00000000000..ea37a4d13d1
--- /dev/null
+++ b/bench/wtperf/runners/update-only-btree.wtperf
@@ -0,0 +1,10 @@
+# wtperf options file: btree with updates, in memory. The goal here is to
+# have a workload that uses a lot of transaction IDs, so stresses the ID
+# allocation/release code performance.
+conn_config="cache_size=5G"
+table_config="type=file"
+icount=5000000
+report_interval=5
+run_time=120
+populate_threads=1
+threads=((count=16,updates=1))