timescale / tsbs

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data
MIT License
1.29k stars 300 forks source link

feature: extend ClickHouse #119

Closed TCeason closed 4 years ago

TCeason commented 4 years ago
  1. add http driver test

  2. Merge two table cpu and tags

  3. Appropriate table field optimization

  4. Adjust each batch time to record only the clickhouse write time

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 4 years ago

Codecov Report

Merging #119 into master will increase coverage by 1.16%. The diff coverage is 55.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
+ Coverage   69.59%   70.76%   +1.16%     
==========================================
  Files         104      104              
  Lines        5812     5688     -124     
==========================================
- Hits         4045     4025      -20     
+ Misses       1689     1583     -106     
- Partials       78       80       +2     
Impacted Files Coverage Δ
...bs_generate_queries/databases/clickhouse/common.go 87.50% <ø> (ø)
cmd/tsbs_load_clickhouse/process.go 3.53% <0.00%> (+1.50%) :arrow_up:
internal/inputs/utils.go 78.26% <ø> (ø)
query/stat_processor.go 16.12% <0.00%> (ø)
cmd/tsbs_load_clickhouse/creator.go 45.25% <46.66%> (+8.76%) :arrow_up:
...bs_generate_queries/databases/clickhouse/devops.go 100.00% <100.00%> (ø)
cmd/tsbs_load_clickhouse/main.go 52.08% <100.00%> (+6.84%) :arrow_up:
internal/inputs/generator_queries.go 73.45% <100.00%> (+0.28%) :arrow_up:
query/benchmarker.go 75.78% <100.00%> (ø)
query/stats.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9f1523d...0eb2209. Read the comment docs.