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
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
Application Start-up Time 1.4.0
pts/startup-time-1.4.0
- 31 May 2019 -
Update against upstream v3.4.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/S-34.zip</URL> <MD5>2a0c00dd687fdc0734d899bd895d5f19</MD5> <SHA256>f9cecacb59cdca1490261bd6f34079ad19ffe7132332566e89776780a2975694</SHA256> <FileName>S-34.zip</FileName> <FileSize>24714802</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o S-34.zip echo "#!/bin/sh if [ \"\$1\" = \"r\" ]; then mix=\"10 0\" else mix=\"5 5\" fi case \$2 in gnome-terminal) comm=\"replay-startup-io gnometerm\" ;; xterm) comm=\"replay-startup-io xterm\" ;; lowriter) comm=\"replay-startup-io lowriter\" ;; esac mylog=$(pwd)/tmplog cd S-master if [ ! \"X\$6\" = \"X\" ] then echo Invoking special dir >\$mylog sed -i \"s<.*BASE_DIR=.*<BASE_DIR=\$3<\" def_config.sh >>\$mylog 2>&1 else echo Invoking local dir >\$mylog fi cd comm_startup_lat ./comm_startup_lat.sh \"\" \$mix seq 3 \"\$comm\" >> \$mylog egrep \"Latency statistics\" -A 2 \$mylog | tail -n 1 | awk \"{ printf \\\"Average start-up time: %g\\n\\\", \\\$3 }\" | tail -n 1 > \$LOG_FILE rm \$mylog " > startuptime-run chmod +x startuptime-run
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average start-up time: #_RESULT_#</OutputTemplate> <ResultAfterString>time:</ResultAfterString> <ResultScale>sec</ResultScale> <ResultProportion>LIB</ResultProportion> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.1--> <PhoronixTestSuite> <TestInformation> <Title>Application Start-up Time</Title> <AppVersion>3.2.0</AppVersion> <Description>This benchmark measures the start-up time of applications when there is some I/O in the background.</Description> <Executable>startuptime-run</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.4.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, libaio-development</ExternalDependencies> <RequiresRoot>TRUE</RequiresRoot> <EnvironmentSize>4</EnvironmentSize> <ProjectURL>https://github.com/Algodev-github/S</ProjectURL> <RequiresCoreVersionMin>6921</RequiresCoreVersionMin> <InternalTags>Responsiveness</InternalTags> <Maintainer>Paolo Valente</Maintainer> <SystemDependencies>awk, dd, fio, time, iostat, egrep</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Background I/O Mix</DisplayName> <Identifier>iomix</Identifier> <Menu> <Entry> <Name>Only Sequential Reads</Name> <Value>r</Value> </Entry> <Entry> <Name>Sequential Reads + Writes</Name> <Value>rw</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Application To Start</DisplayName> <Identifier>command</Identifier> <Menu> <Entry> <Name>GNOME Terminal</Name> <Value>gnome-terminal</Value> </Entry> <Entry> <Name>xterm</Name> <Value>xterm</Value> </Entry> <Entry> <Name>LibreOffice Writer</Name> <Value>lowriter</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Disk Target</DisplayName> <Identifier>auto-disk-mount-points</Identifier> </Option> </TestSettings> </PhoronixTestSuite>