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
Triangle Slammer 1.0.0
pts/trislam-1.0.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://graphcomp.com/opengl/trislam.tar.gz</URL> <MD5>2d989b0406048e9fe4baa581a97801fe</MD5> <FileSize>395130</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/trislam-1.patch, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/trislam-1.patch</URL> <MD5>7564ea906a89d91c49e869fb96491a74</MD5> <FileSize>274</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf trislam.tar.gz cp -f trislam-1.patch trislam/ cd trislam/ patch -p0 < trislam-1.patch cd .. echo "#!/bin/sh cd trislam/ ./trislam 2>&1" > trislam-run chmod +x trislam-run
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>Triangle Slammer</Title> <Description>Triangle Slammer is an OpenGL benchmark of the PERL language.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Perl OpenGL Benchmark</SubTitle> <Executable>trislam-run</Executable> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, perl, perl-opengl</ExternalDependencies> <EnvironmentSize>0.8</EnvironmentSize> <ProjectURL>http://graphcomp.com/pogl.cgi?v=0111s3B3</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>