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
t-test1 1.0.1
pts/t-test1-1.0.1
- 11 March 2019 -
Windows support, mature enough to mark as verified test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/t-test1c-20171.zip</URL> <MD5>27f626cb512bbd29a81ff7d3165e5f81</MD5> <SHA256>199388bfe018406724ef4525d9c93d37bf4e501bc8525d44a9b96af2743b93a6</SHA256> <FileName>t-test1c-20171.zip</FileName> <FileSize>4248</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o t-test1c-20171.zip cc -pthread $CFLAGS -o t-test1_bin t-test1.c echo $? > ~/install-exit-status echo "#!/bin/sh echo \"#define N_THREADS \$@ \" > t-test1-compile.c cat t-test1.c >> t-test1-compile.c cc -pthread $CFLAGS -o t-test1_bin t-test1-compile.c ./t-test1_bin > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > t-test1 chmod +x t-test1
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.1--> <PhoronixTestSuite> <TestInformation> <Title>t-test1</Title> <AppVersion>2017-01-13</AppVersion> <Description>This is a test of t-test1 for basic memory allocator benchmarks. Note this test profile is currently very basic and the overall time does include the warmup time of the custom t-test1 compilation. Improvements welcome.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Total Time</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Memory</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>1.0</EnvironmentSize> <ProjectURL>https://locklessinc.com/benchmarks_allocator.shtml</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Threads</DisplayName> <Identifier>threads</Identifier> <Menu> <Entry> <Name>1</Name> <Value>1</Value> </Entry> <Entry> <Name>2</Name> <Value>2</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>