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.5.0
pts/encode-mp3-1.5.0
- 15 August 2016 -
Add --enable-expopt=full to LAME build
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://superb-sea2.dl.sourceforge.net/sourceforge/lame/lame-3.99.3.tar.gz, http://heanet.dl.sourceforge.net/sourceforge/lame/lame-3.99.3.tar.gz</URL> <MD5>5ad31e33e70455eb3a7b79a5dd934fce</MD5> <SHA256>d4ea3c8d00d2cc09338425a25dbfeb4d587942cb3c83a677c09aeb1e850c74cf</SHA256> <FileSize>1443843</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/lame_ tar -zxvf lame-3.99.3.tar.gz cd lame-3.99.3/ ./configure --prefix=$HOME/lame_ --enable-expopt=full make echo $? > ~/install-exit-status make install cd .. rm -rf lame-3.99.3/ 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 v6.6.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0m2--> <PhoronixTestSuite> <TestInformation> <Title>LAME MP3 Encoding</Title> <AppVersion>3.99.3</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.5.0</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>