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
WavPack Audio Encoding 1.2.0
pts/encode-wavpack-1.2.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://wavpack.com/wavpack-4.41.0.tar.bz2, ftp://ftp.slackware.at/slackware-12.1/source/l/wavpack/wavpack-4.41.0.tar.bz2, ftp://ftp.uni-hannover.de/pub/mirror/linux/slackware/source/l/wavpack/wavpack-4.41.0.tar.bz2</URL> <MD5>6a13edeae437498db78fe528d9e95144</MD5> <FileSize>329241</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/wavpack_ tar -xjf wavpack-4.41.0.tar.bz2 cd wavpack-4.41.0 ./configure --prefix=$HOME/wavpack_ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd .. rm -rf wavpack-4.41.0/ echo "#!/bin/sh ./wavpack_/bin/wavpack -q -r -hhx2 -o - \$TEST_EXTENDS/pts-trondheim.wav > /dev/null 2>&1 echo \$? > ~/test-exit-status" > encode-wavpack chmod +x encode-wavpack
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>WavPack Audio Encoding</Title> <AppVersion>4.41.0</AppVersion> <Description>This test times how long it takes to encode a sample WAV file to WavPack format.</Description> <SubTitle>WAV To WavPack</SubTitle> <Executable>encode-wavpack</Executable> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, MacOSX, Solaris</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <Extends>pts/timed-audio-encode</Extends> <ProjectURL>http://www.wavpack.com/</ProjectURL> <Maintainer>apaige</Maintainer> </TestProfile> </PhoronixTestSuite>