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
Google SynthMark 1.0.0
pts/synthmark-1.0.0
- 15 January 2021 -
Add Google SynthMark with initial VoiceMark test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/synthmark-20201109.tar.xz</URL> <MD5>7e3e1bd1e6545e25cc21dc250de64586</MD5> <SHA256>4e7ca5854b57735af67ff0c4c46fa718d54cbdadc1bb5ab49ce89f0b2142c6f6</SHA256> <FileName>synthmark-20201109.tar.xz</FileName> <FileSize>224640</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf synthmark-20201109.tar.xz cd synthmark-master make -f linux/Makefile echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd synthmark-master ./synthmark.app \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > synthmark chmod +x synthmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>normalized.voices.100 = #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <TestInformation> <Title>Google SynthMark</Title> <AppVersion>20201109</AppVersion> <Description>SynthMark is a cross platform tool for benchmarking CPU performance under a variety of real-time audio workloads. It uses a polyphonic synthesizer model to provide standardized tests for latency, jitter and computational throughput.</Description> <ResultScale>Voices</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>4</EnvironmentSize> <ProjectURL>https://github.com/google/synthmark</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>VoiceMark_100</Name> <Value>-tv -p100 -s30</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>