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
Timed FFmpeg Compilation 1.0.0
pts/build-ffmpeg-1.0.0
- 08 February 2020 -
Initial commit.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://ffmpeg.org/releases/ffmpeg-4.2.2.tar.bz2</URL> <MD5>829d56f158832dbf669b5b417af48060</MD5> <SHA256>b620d187c26f76ca19e74210a0336c3b8380b97730df5cdf45f3e69e89000e5c</SHA256> <FileName>ffmpeg-4.2.2.tar.bz2</FileName> <FileSize>10953320</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf ffmpeg-4.2.2.tar.bz2 echo "#!/bin/sh cd ffmpeg-4.2.2 make -s -j \$NUM_CPU_CORES 2>&1 echo \$? > ~/test-exit-status" > build-ffmpeg chmod +x build-ffmpeg
interim.sh
#!/bin/sh cd ffmpeg-4.2.2 make clean
post.sh
#!/bin/sh rm -rf ffmpeg-4.2.2
pre.sh
#!/bin/sh rm -rf ffmpeg-4.2.2 tar -xf ffmpeg-4.2.2.tar.bz2 cd ffmpeg-4.2.2 ./configure --disable-zlib --disable-doc > /dev/null make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Timed FFmpeg Compilation</Title> <AppVersion>4.2.2</AppVersion> <Description>This test times how long it takes to build FFmpeg.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX, Solaris, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>978</EnvironmentSize> <ProjectURL>https://www.ffmpeg.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>