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

Update the pgx driver to v4 #100

Closed atanasovskib closed 5 years ago

atanasovskib commented 5 years ago

A few breaking changes were introduced in v4, including:

codecov-io commented 5 years ago

Codecov Report

Merging #100 into master will increase coverage by 0.19%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
+ Coverage   69.42%   69.61%   +0.19%     
==========================================
  Files         103      103              
  Lines        5720     5704      -16     
==========================================
  Hits         3971     3971              
+ Misses       1674     1658      -16     
  Partials       75       75
Impacted Files Coverage Δ
internal/inputs/utils.go 78.26% <ø> (ø) :arrow_up:
cmd/tsbs_load_timescaledb/creator.go 50% <ø> (ø) :arrow_up:
cmd/tsbs_load_timescaledb/process.go 25.64% <0%> (ø) :arrow_up:
cmd/tsbs_load_cratedb/creator.go 21% <0%> (ø) :arrow_up:
cmd/tsbs_load_cratedb/main.go 0% <0%> (ø) :arrow_up:
cmd/tsbs_load_cratedb/processor.go 0% <0%> (ø) :arrow_up:

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 f01be8e...cf16fb6. Read the comment docs.