Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
SQLite Speedtest 1.0.1
pts/sqlite-speedtest-1.0.1
- 11 December 2020 -
BSD build update.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/sqlite-330-for-speedtest.tar.gz</URL> <MD5>2f18e8fa835b7a6d7366bc6109614031</MD5> <SHA256>7ce167db515e3ea48681a2cbcf62f454cdaa181a25b376d4123f532cfbe3e510</SHA256> <FileName>sqlite-330-for-speedtest.tar.gz</FileName> <FileSize>11158769</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf sqlite-330-for-speedtest.tar.gz cd sqlite ./configure if [ $OS_TYPE = "BSD" ] then gmake speedtest1 else make speedtest1 fi echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd sqlite ./speedtest1 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > sqlite-speedtest chmod +x sqlite-speedtest
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> TOTAL....................................................... #_RESULT_#</OutputTemplate> <StripFromResult>s</StripFromResult> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m2--> <PhoronixTestSuite> <TestInformation> <Title>SQLite Speedtest</Title> <AppVersion>3.30</AppVersion> <Description>This is a benchmark of SQLite's speedtest1 benchmark program with an increased problem size of 1,000.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Timed Time - Size 1,000</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, BSD, MacOSX, Solaris</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, tcl</ExternalDependencies> <EnvironmentSize>128</EnvironmentSize> <ProjectURL>http://www.sqlite.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--multithread --size 1000</Arguments> </Default> </TestSettings> </PhoronixTestSuite>