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
Optcarrot 1.0.1
pts/optcarrot-1.0.1
- 11 October 2019 -
Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/ocarrot-20180404.tar.xz</URL> <MD5>965c2905ac7159da38965b3530bbaac6</MD5> <SHA256>27a4ea493571de2ba64cf13cb000a5a34f2970de3a6842afd03da62ff6a8ad66</SHA256> <FileName>ocarrot-20180404.tar.xz</FileName> <FileSize>2666452</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf ocarrot-20180404.tar.xz if which ruby>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: Ruby is not found on the system! This test profile depends upon Ruby support." echo 2 > ~/install-exit-status fi echo "#!/bin/sh cd optcarrot-master ruby -v -Ilib -r./tools/shim bin/optcarrot --benchmark --opt examples/Lan_Master.nes > \$LOG_FILE 2>&1 ruby -v > ~/pts-footnote" > optcarrot chmod +x optcarrot
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>fps: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <TestInformation> <Title>Optcarrot</Title> <Description>Optcarrot is an NES emulator benchmark for the Ruby language.</Description> <ResultScale>FPS</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Optimized Benchmark</SubTitle> <TimesToRun>4</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>ruby</ExternalDependencies> <EnvironmentSize>3</EnvironmentSize> <ProjectURL>https://github.com/mame/optcarrot</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>