Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
SVT-AV1
FFmpeg
dav1d
7-Zip Compression
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
Llama.cpp
OpenVINO
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
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
HD Tune Pro 1.0.0
windows/hdtunepro-1.0.0
- 27 April 2019 -
Initial commit of HD Tune Pro test profile for Windows.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.hdtune.com/files/hdtunepro_570_trial.exe</URL> <MD5>b0934e168417c9abd551bad8615d91c5</MD5> <SHA256>49d9a9db417c2278f5212e43fd0cb59f329cb79ba58f5e38c031df6c52fdf042</SHA256> <FileName>hdtunepro_570_trial.exe</FileName> <FileSize>2246436</FileSize> <Optional>TRUE</Optional> </Package> <Package> <FileName>hdtunepro_570_full.exe</FileName> <FileSize>2248569</FileSize> <Optional>TRUE</Optional> </Package> </Downloads> </PhoronixTestSuite>
install_windows.sh
#!/bin/sh /cygdrive/c/Windows/system32/cmd.exe /c hdtunepro_570_trial.exe /install /cygdrive/c/Windows/system32/cmd.exe /c hdtunepro_570_full.exe /install echo "This test profile requires an HD Tune Pro license for command-line automation. Before running this test make sure you activate/register your installation. If using the trial version of the software, you need to manually hit the Okay button at launch and will only work for 15 days." > ~/install-message echo "#!/bin/bash cd \"C:\Program Files (x86)\HD Tune Pro\" /cygdrive/c/Windows/system32/cmd.exe /c HDTunePro.exe \$@ /START /QUIT /LOG:\$LOG_FILE" > hdtunepro chmod +x hdtunepro
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Transfer Rate Minimum : #_MIN_RESULT_# MB/s Transfer Rate Maximum : #_MAX_RESULT_# MB/s Transfer Rate Average : #_RESULT_# MB/s</OutputTemplate> <ResultScale>MB/s</ResultScale> <ResultProportion>HIB</ResultProportion> <ArgumentsDescription>Transfer Rate</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Access Time : #_RESULT_# ms</OutputTemplate> <ResultScale>ms</ResultScale> <ResultProportion>LIB</ResultProportion> <ArgumentsDescription>Access Time</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Burst Rate : #_RESULT_# MB/s</OutputTemplate> <ResultScale>MB/s</ResultScale> <ResultProportion>HIB</ResultProportion> <ArgumentsDescription>Burst Rate</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Sequential read #_RESULT_# KB/s</OutputTemplate> <LineHint>Sequential read</LineHint> <ResultScale>KB/s</ResultScale> <ResultProportion>HIB</ResultProportion> <ArgumentsDescription>Sequential Read</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Sequential write #_RESULT_# KB/s</OutputTemplate> <LineHint>Sequential write</LineHint> <ResultScale>KB/s</ResultScale> <ResultProportion>HIB</ResultProportion> <ArgumentsDescription>Sequential Write</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Random read (queue depth = 32) #_RESULT_# IOPS</OutputTemplate> <LineHint>Random read (queue depth</LineHint> <ResultScale>IOPS</ResultScale> <ResultProportion>HIB</ResultProportion> <ArgumentsDescription>Random Read</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Random write (queue depth = 32) #_RESULT_# IOPS</OutputTemplate> <LineHint>Random write (queue depth</LineHint> <ResultScale>IOPS</ResultScale> <ResultProportion>HIB</ResultProportion> <ArgumentsDescription>Random Write</ArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.0m2--> <PhoronixTestSuite> <TestInformation> <Title>HD Tune Pro</Title> <AppVersion>5.70</AppVersion> <Description>This is a benchmark of HD Tune Pro, a Windows storage benchmark. The test profile automates the execution of HD Tune Pro under the Phoronix Test Suite, assuming you have a valid license due to the need for CLI access, otherwise the trial version imposes various restrictions.</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>You must manually activate HD Tune Pro before this benchmark will work. You can manually install the HD Tune Pro version of your choice as long as it gets installed to C:\Program Files (x86)\HD Tune Pro.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Retail</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <EnvironmentSize>10</EnvironmentSize> <ProjectURL>http://www.hdtune.com/index.html</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments> </Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>Test</Identifier> <Menu> <Entry> <Name>Benchmark</Name> <Value>/FUNCTION:Benchmark</Value> </Entry> <Entry> <Name>File Benchmark</Name> <Value>/FUNCTION:FileBenchmark</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>