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
rav1e 1.1.0
pts/rav1e-1.1.0
- 09 November 2019 -
Update against rav1e 0.1 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ultravideo.cs.tut.fi/video/Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</URL> <MD5>84ae521c95aa2537e16b34bbf72f2def</MD5> <SHA256>e2f60b904789a60f6d1edc194d8540d401dd882e3ee3605b9b1de8feacc72133</SHA256> <FileName>Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</FileName> <FileSize>676792531</FileSize> </Package> <Package> <URL>https://github.com/xiph/rav1e/archive/0.1.0.tar.gz</URL> <MD5>cd383e61e86eef0a689c9c951a4c7652</MD5> <SHA256>00395087eaba4778d17878924e007716e2f399116b8011bf057fd54cc528a6cb</SHA256> <FileName>rav1e-0.1.0.tar.gz</FileName> <FileSize>637375</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/xiph/rav1e/releases/download/0.1.0/rav1e.exe</URL> <MD5>7236d84cab5f9c5ecbbf9bdd6a34c161</MD5> <SHA256>0956b4576536e30808346efcc74d4f6ab66c51e884eb9c3e4c2ae57181e233f3</SHA256> <FileName>rav1e-01.exe</FileName> <FileSize>4627456</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z tar -xf rav1e-0.1.0.tar.gz cd rav1e-0.1.0 cargo build --bin rav1e --release -j $NUM_CPU_PHYSICAL_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd rav1e-0.1.0 ./target/release/rav1e ../Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m --threads \$NUM_CPU_CORES --tile-rows 4 --tile-cols 4 --output /dev/null --limit 60 > log.out 2>&1 echo \$? > ~/test-exit-status tr -s '\r' '\n' < log.out > \$LOG_FILE" > rav1e chmod +x rav1e
install_windows.sh
#!/bin/sh 7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z echo "#!/bin/sh ./rav1e-01.exe Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m --threads \$NUM_CPU_CORES --tile-rows 4 --tile-cols 4 --output output --limit 60 > log.out 2>&1 rm -f output tr -s '\r' '\n' < log.out > \$LOG_FILE" > rav1e chmod +x rav1e
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>encoded 60/60 frames, #_RESULT_# fps, 2306.73 Kb/s, est. size: 0.27 MB, est. time: 0s </OutputTemplate> <LineHint>encoded 60/60</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.2.0m1--> <PhoronixTestSuite> <TestInformation> <Title>rav1e</Title> <AppVersion>0.1</AppVersion> <Description>Xiph rav1e is a Rust-written AV1 video encoder.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>1080p To AV1 Video Encode</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>rust, yasm, perl, cmake</ExternalDependencies> <EnvironmentSize>3000</EnvironmentSize> <ProjectURL>https://github.com/xiph/rav1e</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>