Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Llama.cpp
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
NeatBench
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
Monkey Audio Encoding 1.3.0
pts/encode-ape-1.3.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://etree.org/shnutils/shntool/support/formats/ape/unix/3.99-u4-b5-s6/mac-3.99-u4-b5-s6.tar.gz</URL> <MD5>6dacee0ebcb133954479c3c0c9a79fdc</MD5> <FileSize>447599</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/ape_ tar -zxvf mac-3.99-u4-b5-s6.tar.gz cd mac-3.99-u4-b5-s6/ CXXFLAGS="-DSHNTOOL" ./configure --prefix=$HOME/ape_ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd .. rm -rf mac-3.99-u4-b5-s6/ echo "#!/bin/sh ./ape_/bin/mac \$TEST_EXTENDS/pts-trondheim.wav /dev/null -c4000 > \$LOG_FILE 2>&1" > encode-ape chmod +x encode-ape
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>Monkey Audio Encoding</Title> <AppVersion>3.99u4b5s6</AppVersion> <Description>This test times how long it takes to encode a sample WAV file to APE format.</Description> <SubTitle>WAV To APE</SubTitle> <Executable>encode-ape</Executable> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <Extends>pts/timed-audio-encode</Extends> <ProjectURL>http://www.monkeysaudio.com/</ProjectURL> <Maintainer>apaige</Maintainer> </TestProfile> </PhoronixTestSuite>