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
Timed MPlayer Compilation 1.3.0
pts/build-mplayer-1.3.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.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc3.tar.bz2, http://ftp.kaist.ac.kr/MPlayer/releases/MPlayer-1.0rc3.tar.bz2</URL> <MD5>e1221be5fcad74a2a4185f67ba6c9ae0</MD5> <FileSize>9650074</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd MPlayer-1.0rc3/ make -j \$NUM_CPU_JOBS 2>&1" > time-compile-mplayer chmod +x time-compile-mplayer
interim.sh
#!/bin/sh cd MPlayer-1.0rc3/ make clean
post.sh
#!/bin/sh rm -rf MPlayer-1.0rc3/
pre.sh
#!/bin/sh rm -rf MPlayer-1.0rc3/ tar -xjf MPlayer-1.0rc3.tar.bz2 cd MPlayer-1.0rc3/ ./configure --disable-ivtv > /dev/null make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>Timed MPlayer Compilation</Title> <AppVersion>1.0-rc3</AppVersion> <Description>This test times how long it takes to build the MPlayer media player program.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <Executable>time-compile-mplayer</Executable> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <ProjectURL>http://www.mplayerhq.hu/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>