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
InfluxDB 1.0.0
pts/influxdb-1.0.0
- 23 September 2020 -
Initial commit.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://dl.influxdata.com/influxdb/releases/influxdb-1.8.2_linux_amd64.tar.gz</URL> <MD5>ba8920ce4b1ace5a5da56ad25e38b885</MD5> <SHA256>50399c8624b89c65f5a744d040bd985fb6950b11cadf0b8d5225c96c5021b032</SHA256> <FileName>influxdb-1.8.2_linux_amd64.tar.gz</FileName> <FileSize>63461822</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf src rm -rf .cache export GOPATH=$HOME tar -xf influxdb-1.8.2_linux_amd64.tar.gz go get github.com/influxdata/inch/cmd/inch echo $? > ~/install-exit-status echo "#!/bin/sh cd influxdb-1.8.2-1/usr/bin/ ./influxd & INFLUX_SERVER_PID=\$! sleep 5 cd ~ ./bin/inch -v -c 256 -b 10000 -t 2,5000,1 -p 5000 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status kill \$INFLUX_SERVER_PID sleep 1 rm -rf ~/.influxdb rm -rf \$DEBUG_REAL_HOME/.influxdb" > influxdb chmod +x influxdb
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>T=00000031 50000000 points written (100%). Total throughput: 1585731.2 pt/sec | #_RESULT_# val/sec. Current throughput: 840000 val/sec. Errors: 0 | μ: 29.96246ms, 90%: 39.065164ms, 95%: 43.578238ms, 99%: 62.113066ms</OutputTemplate> <LineHint>Total throughput</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>InfluxDB</Title> <AppVersion>1.8.2</AppVersion> <Description>This is a benchmark of the InfluxDB open-source time-series database optimized for fast, high-availability storage for IoT and other use-cases. The InfluxDB test profile makes use of InfluxDB Inch for facilitating the benchmarks.</Description> <ResultScale>val/sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>golang</ExternalDependencies> <EnvironmentSize>183</EnvironmentSize> <ProjectURL>https://www.influxdata.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Concurrent Streams</DisplayName> <Identifier>concurrent-streams</Identifier> <ArgumentPrefix>-c </ArgumentPrefix> <Menu> <Entry> <Name>4</Name> <Value>4</Value> </Entry> <Entry> <Name>64</Name> <Value>64</Value> </Entry> <Entry> <Name>1024</Name> <Value>1024</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Batch Size</DisplayName> <Identifier>batch</Identifier> <ArgumentPrefix>-b </ArgumentPrefix> <Menu> <Entry> <Name>10000</Name> <Value>10000</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Tags</DisplayName> <Identifier>tags</Identifier> <ArgumentPrefix>-t </ArgumentPrefix> <Menu> <Entry> <Name>2,5000,1</Name> <Value>2,5000,1</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Points Per Series</DisplayName> <Identifier>points</Identifier> <ArgumentPrefix>-p </ArgumentPrefix> <Menu> <Entry> <Name>10000</Name> <Value>10000</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>