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
Sysbench 1.0.0
pts/sysbench-1.0.0
- 28 July 2018 -
Initial commit of CPU/memory sysbench.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.8.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/sysbench-20180728.zip</URL> <MD5>eb22b2e7652871cdb48480169ab04723</MD5> <SHA256>b692fd9a9fe1b92848609d585db14c2989a200b75e1d4b75022b987b7a56040a</SHA256> <FileSize>2244613</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o sysbench-20180728.zip cd sysbench-master ./autogen.sh ./configure --without-mysql make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd sysbench-master ./src/sysbench --threads=\$NUM_CPU_CORES \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > sysbench chmod +x sysbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> events/s (eps): #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Sysbench</Title> <AppVersion>2018-07-28</AppVersion> <Description>This is a benchmark of Sysbench with CPU and memory sub-tests.</Description> <ResultScale>Events Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, libtool, libaio-development</ExternalDependencies> <EnvironmentSize>45</EnvironmentSize> <ProjectURL>https://github.com/akopytov/sysbench</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <ArgumentPostfix> run</ArgumentPostfix> <Menu> <Entry> <Name>CPU</Name> <Value>cpu</Value> </Entry> <Entry> <Name>Memory</Name> <Value>memory</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>