Some configuration files for possible Postmark benchmark runs
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 10 Mar 2011 22:52:44 +0000 (14:52 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 10 Mar 2011 22:52:44 +0000 (14:52 -0800)
postmark/config [new file with mode: 0644]
postmark/config.bigfiles [new file with mode: 0644]
postmark/config.micro [new file with mode: 0644]
postmark/config.smallfiles [new file with mode: 0644]

diff --git a/postmark/config b/postmark/config
new file mode 100644 (file)
index 0000000..f6a426e
--- /dev/null
@@ -0,0 +1,23 @@
+set size 500 10000
+set number 500
+set transactions 500
+show
+run
+
+set transactions 5000
+show
+run
+
+set number 10000
+set subdirectories 100
+set transactions 50000
+show
+run
+
+set number 100
+set transactions 500
+set size 1048576 2097152
+show
+run
+
+quit
diff --git a/postmark/config.bigfiles b/postmark/config.bigfiles
new file mode 100644 (file)
index 0000000..efc5c32
--- /dev/null
@@ -0,0 +1,6 @@
+set number 100
+set transactions 500
+set size 1048576 2097152
+show
+run
+quit
diff --git a/postmark/config.micro b/postmark/config.micro
new file mode 100644 (file)
index 0000000..c9c314c
--- /dev/null
@@ -0,0 +1,6 @@
+set size 500 10000
+set number 500
+set transactions 500
+show
+run
+quit
diff --git a/postmark/config.smallfiles b/postmark/config.smallfiles
new file mode 100644 (file)
index 0000000..df314cb
--- /dev/null
@@ -0,0 +1,6 @@
+set number 1000
+set subdirectories 10
+set transactions 5000
+show
+run
+quit