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
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
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
LAME MP3 Encoding 1.3.1
pts/encode-mp3-1.3.1
- 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://superb-sea2.dl.sourceforge.net/sourceforge/lame/lame-398-2.tar.gz, http://heanet.dl.sourceforge.net/sourceforge/lame/lame-398-2.tar.gz, http://jaist.dl.sourceforge.net/sourceforge/lame/lame-398-2.tar.gz</URL> <MD5>719dae0ee675d0c16e0e89952930ed35</MD5> <FileSize>1327643</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/lame_ tar -zxvf lame-398-2.tar.gz cd lame-398-2/ ./configure --prefix=$HOME/lame_ make echo $? > ~/install-exit-status make install cd .. rm -rf lame-398-2/ echo "#!/bin/sh ./lame_/bin/lame -h \$TEST_EXTENDS/pts-trondheim.wav /dev/null 2>&1 echo \$? > ~/test-exit-status" > lame chmod +x lame
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>LAME MP3 Encoding</Title> <AppVersion>3.98.2</AppVersion> <Description>LAME is an MP3 encoder licensed under the LGPL. This test measures the time required to encode a WAV file to MP3 format.</Description> <SubTitle>WAV To MP3</SubTitle> <Executable>lame</Executable> </TestInformation> <TestProfile> <Version>1.3.1</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <Extends>pts/timed-audio-encode</Extends> <EnvironmentSize>1.3</EnvironmentSize> <ProjectURL>http://lame.sourceforge.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>