Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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.4.0
pts/encode-wavpack-1.4.0
- 19 December 2020 -
Update against latest upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/dbry/WavPack/archive/5.3.0.tar.gz</URL> <MD5>ab0fa7086790b4c0e7a99ff3237b5ff6</MD5> <SHA256>361ca0f4970c1e86b47fb8c3796693048306a9c0ae4c96191d7619aaa8b26828</SHA256> <FileName>WavPack-5.3.0.tar.gz</FileName> <FileSize>2042463</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf WavPack-5.3.0.tar.gz cd WavPack-5.3.0 mkdir build cd build cmake .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh ./WavPack-5.3.0/build/wavpack -q -r -hhx3 -o out.wv \$TEST_EXTENDS/pts-trondheim.wav > /dev/null 2>&1 echo \$? > ~/test-exit-status" > encode-wavpack chmod +x encode-wavpack
interim.sh
#!/bin/sh rm -f out.wv
post.sh
#!/bin/sh rm -f out.wv
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m2--> <PhoronixTestSuite> <TestInformation> <Title>WavPack Audio Encoding</Title> <AppVersion>5.3</AppVersion> <Description>This test times how long it takes to encode a sample WAV file to WavPack format with very high quality settings.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>WAV To WavPack</SubTitle> <Executable>encode-wavpack</Executable> <TimesToRun>5</TimesToRun> </TestInformation> <TestProfile> <Version>1.4.0</Version> <SupportedPlatforms>Linux, MacOSX, Solaris</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake</ExternalDependencies> <Extends>pts/timed-audio-encode</Extends> <ProjectURL>http://www.wavpack.com/</ProjectURL> <Maintainer>apaige</Maintainer> </TestProfile> </PhoronixTestSuite>