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.6.0
pts/encode-mp3-1.6.0
- 09 September 2017 -
Update against 3.99.5, include more download references
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://fossies.org/linux/misc/lame-3.99.5.tar.gz, http://ftp.ntua.gr/mirror/lame/lame/3.99/lame-3.99.5.tar.gz, http://phoronix-test-suite.com/benchmark-files/lame-3.99.5.tar.gz, https://download.videolan.org/pub/contrib/lame/lame-3.99.5.tar.gz</URL> <MD5>84835b313d4a8b68f5349816d33e07ce</MD5> <SHA256>24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff</SHA256> <FileSize>1445348</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/lame_ tar -zxvf lame-3.99.5.tar.gz cd lame-3.99.5/ ./configure --prefix=$HOME/lame_ --enable-expopt=full make echo $? > ~/install-exit-status make install cd .. rm -rf lame-3.99.5/ 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 v7.4.0m3--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m3--> <PhoronixTestSuite> <TestInformation> <Title>LAME MP3 Encoding</Title> <AppVersion>3.99.5</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.6.0</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <Extends>pts/timed-audio-encode</Extends> <EnvironmentSize>5</EnvironmentSize> <ProjectURL>http://lame.sourceforge.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>