From 16353aa459c4d839ae6dddefc59e32030bc3d8a0 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Thu, 10 Mar 2011 14:52:44 -0800 Subject: [PATCH] Some configuration files for possible Postmark benchmark runs --- postmark/config | 23 +++++++++++++++++++++++ postmark/config.bigfiles | 6 ++++++ postmark/config.micro | 6 ++++++ postmark/config.smallfiles | 6 ++++++ 4 files changed, 41 insertions(+) create mode 100644 postmark/config create mode 100644 postmark/config.bigfiles create mode 100644 postmark/config.micro create mode 100644 postmark/config.smallfiles diff --git a/postmark/config b/postmark/config new file mode 100644 index 0000000..f6a426e --- /dev/null +++ b/postmark/config @@ -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 index 0000000..efc5c32 --- /dev/null +++ b/postmark/config.bigfiles @@ -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 index 0000000..c9c314c --- /dev/null +++ b/postmark/config.micro @@ -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 index 0000000..df314cb --- /dev/null +++ b/postmark/config.smallfiles @@ -0,0 +1,6 @@ +set number 1000 +set subdirectories 10 +set transactions 5000 +show +run +quit -- 2.20.1