Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
BYTE Unix Benchmark 1.1.0
pts/byte-1.1.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/byte-benchmark-1.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/byte-benchmark-1.tar.gz</URL> <MD5>bd9f2fe88fd35aad9e1199709df802f9</MD5> <FileSize>183140</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf byte-benchmark-1.tar.gz cd bm/ make clean make echo $? > ~/install-exit-status cd .. echo "#!/bin/sh rm -f result cd bm/ case \"\$1\" in \"TEST_DHRY2\") ./Run dhry2 > \$LOG_FILE ;; \"TEST_REGISTER\") ./Run register > \$LOG_FILE ;; \"TEST_INT\") ./Run int > \$LOG_FILE ;; \"TEST_FLOAT\") ./Run float > \$LOG_FILE ;; esac cat \$LOG_FILE | grep lps" > byte chmod +x byte
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>join: file 2 is not in sorted order Dhrystone 2 without register variables #_RESULT_# lps (10 secs, 6 samples)</OutputTemplate> <LineHint>lps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>BYTE Unix Benchmark</Title> <AppVersion>3.6</AppVersion> <Description>This is a test of BYTE.</Description> <ResultScale>LPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.5</EnvironmentSize> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Computational Test</DisplayName> <Identifier>compute-test</Identifier> <ArgumentPrefix>TEST_</ArgumentPrefix> <Menu> <Entry> <Name>Dhrystone 2</Name> <Value>DHRY2</Value> </Entry> <Entry> <Name>Register Arithmetic</Name> <Value>REGISTER</Value> </Entry> <Entry> <Name>Integer Arithmetic</Name> <Value>INT</Value> </Entry> <Entry> <Name>Floating-Point Arithmetic</Name> <Value>FLOAT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>