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
Stargate Digital Audio Workstation 1.0.1
pts/stargate-1.0.1
- 06 November 2021 -
Use $NUM_CPU_PHYSICAL_CORES rather than $NUM_CPU_CORES
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/stargateaudio/stargate/archive/refs/tags/release-21.10.9.tar.gz</URL> <MD5>6b4aaccc40bee99fc87b8f61fb2fd76b</MD5> <SHA256>c5c22b03787b192431a830eb9a20cdd5e2295d5b70ec270096e7fc098b1f58ad</SHA256> <FileName>stargate-release-21.10.9.tar.gz</FileName> <FileSize>10930634</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/stargate-benchmark-project-1.zip</URL> <MD5>80810c29b24439bfbfc6e2aa46d27a8e</MD5> <SHA256>ff3719ec0f0a995240ad216df5ad2511091191839980c7bb64baea0a376cfd0f</SHA256> <FileName>stargate-benchmark-project-1.zip</FileName> <FileSize>136140</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/bash tar -xf stargate-release-21.10.9.tar.gz unzip -o stargate-benchmark-project-1.zip cd stargate-release-21.10.9/src pip3 install --user -r requirements.txt PLAT_FLAGS='-O3 -march=native' make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/bash cd stargate-release-21.10.9/src # Test can only handle up to 16 threads for now... THREADCOUNT=\$((\$NUM_CPU_PHYSICAL_CORES>16?16:\$NUM_CPU_PHYSICAL_CORES)) # Based on https://github.com/stargateaudio/stargate/blob/main/docs/benchmarking.md # Sample rate. Normally this is 44100 or 48000, but users sometimes choose # 96000 or 192000 for higher quality, at a much higher CPU cost. Stargate DAW # has been tested at rates over 1,000,000, although such rates adversely affect # the audio by drastically changing the mix characteristics SR=\$1 # Buffer size. In real time audio, this affects latency, lower sizes have # less latency, but make less efficient use of the CPU. At 44100 sample rate, # 64 is a very low value, 512 is more normal, typical users may use 128 # to 1024. Doubling the sample rate effectively halves the latency of this # value, keep that in mind when changing one or the other. Latenchy is # calculated as (BUF_SIZE / SR) * 1000 == latency in milliseconds BUF_SIZE=\$2 # The number of worker threads to spawn. The limit is 16, setting to zero # causes Stargate DAW to automatically select a very conservative value # of 1-4 depending on the CPU that was detected THREADS=\$THREADCOUNT # The project folder to render. Specifically, this is the folder that contains # the `stargate.project` file. PROJECT=~/stargate/projects/myproject # The file to output. If you want to keep all of the artifacts from this run, # change the filename between runs OUTFILE=test.wav # This is the musical beat number within the project to begin rendering at. # 0 being the first beat of the song. It is best to get this by opening # the project in Stargate DAW as described above, but you could also use # arbitrary numbers. This should be a low number, like 0 or 8 START=8 # This is the musical beat number within the project to stop rendering at # This should always be a (much) larger number than START END=340 ./engine/stargate-engine daw \$HOME/benchmark-project \${OUTFILE?} \${START?} \${END?} \${SR?} \${BUF_SIZE?} \${THREADS?} 0 0 0 > \$LOG_FILE echo \$? > ~/test-exit-status" > stargate chmod +x stargate
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Ratio of render rate to real time (higher is better): #_RESULT_# 1 </OutputTemplate> <StripFromResult>:</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.6.1--> <PhoronixTestSuite> <TestInformation> <Title>Stargate Digital Audio Workstation</Title> <AppVersion>21.10.9</AppVersion> <Description>Stargate is an open-source, cross-platform digital audio workstation (DAW) software package with "a unique and carefully curated experience" with scalability from old systems up through modern multi-core systems. Stargate is GPLv3 licensed and makes use of Qt5 (PyQt5) for its user-interface.</Description> <ResultScale>Render Ratio</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, python, fftw3-development, libtool, portaudio-development, python-numpy, qt5-development, vorbis-development</ExternalDependencies> <EnvironmentSize>32</EnvironmentSize> <ProjectURL>https://stargateaudio.github.io/</ProjectURL> <RepositoryURL>https://github.com/stargateaudio/stargate</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>cython3, ffmpeg, genisoimage, xgettext, jq, lame, alsa/asoundef.h, portmidi.h, sbsms.h, sndfile.h, f2py3, rubberband, mksquashfs, oggenc</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Sample Rate</DisplayName> <Identifier>sample-rate</Identifier> <Menu> <Entry> <Name>44100</Name> <Value>44100</Value> <Message>Default</Message> </Entry> <Entry> <Name>480000</Name> <Value>48000</Value> </Entry> <Entry> <Name>96000</Name> <Value>96000</Value> <Message>More CPU Intensive</Message> </Entry> <Entry> <Name>192000</Name> <Value>192000</Value> <Message>Highest Quality, Most CPU Intensive</Message> </Entry> </Menu> </Option> <Option> <DisplayName>Buffer Size</DisplayName> <Identifier>buffer-size</Identifier> <Menu> <Entry> <Name>512</Name> <Value>512</Value> </Entry> <Entry> <Name>1024</Name> <Value>1024</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>