From: Michael Vrable Date: Thu, 10 Mar 2011 22:52:44 +0000 (-0800) Subject: Some configuration files for possible Postmark benchmark runs X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=16353aa459c4d839ae6dddefc59e32030bc3d8a0 Some configuration files for possible Postmark benchmark runs --- 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