Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
PostMark 1.1.2
pts/postmark-1.1.2
- 08 February 2020 -
Update download mirrors.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://archive.debian.org/debian/pool/main/p/postmark/postmark_1.51.orig.tar.gz, https://mirrors.mediatemple.net/debian-archive/debian/pool/main/p/postmark/postmark_1.51.orig.tar.gz</URL> <MD5>b494167c2df1850004110ab28e5ad164</MD5> <SHA256>7cb7c31d4e7725ce8d8e11fb7df62ed700dee4dbd5ca1e31bf3a9161fc890b41</SHA256> <FileName>postmark_1.51.orig.tar.gz</FileName> <FileSize>13394</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf postmark_1.51.orig.tar.gz cd postmark-1.51/ cc -O3 $CFLAGS postmark-1.51.c -o postmark echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd postmark-1.51/ echo \"set transactions \$1 set size \$2 \$3 set number \$4 run quit\" > benchmark.pmrc ./postmark benchmark.pmrc > \$LOG_FILE 2>&1" > postmark chmod +x postmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Time: 8 seconds total 7 seconds of transactions (#_RESULT_# per second) Files: 12978 created (1622 per second) Creation alone: 500 files (500 per second) Mixed with transactions: 12478 files (1782 per second) 12475 read (1782 per second) 12512 appended (1787 per second) 12978 deleted (1622 per second) Deletion alone: 456 files (456 per second) Mixed with transactions: 12522 files (1788 per second) Data: 4142.43 megabytes read (517.80 megabytes per second) 4324.33 megabytes written (540.54 megabytes per second)</OutputTemplate> <LineHint>seconds of transactions</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>PostMark</Title> <AppVersion>1.51</AppVersion> <Description>This is a test of NetApp's PostMark benchmark designed to simulate small-file testing similar to the tasks endured by web and mail servers. This test profile will set PostMark to perform 25,000 transactions with 500 files simultaneously with the file sizes ranging between 5 and 512 kilobytes.</Description> <ResultScale>TPS</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Disk Transaction Performance</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.2</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>250000 5120 524288 500</Arguments> </Default> </TestSettings> </PhoronixTestSuite>