timescale / tsbs

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

Reference TimescaleDB documentation #135

Closed wilfriedroset closed 3 years ago

wilfriedroset commented 3 years ago

While having tsbs to generate data is useful but it can be time saver to redirect users to the documentation if they are looking for datasets to bench their timescale.

codecov-commenter commented 3 years ago

Codecov Report

Merging #135 into master will decrease coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
- Coverage   69.73%   69.67%   -0.07%     
==========================================
  Files         110      110              
  Lines        5984     5154     -830     
==========================================
- Hits         4173     3591     -582     
+ Misses       1722     1475     -247     
+ Partials       89       88       -1     
Impacted Files Coverage Δ
internal/inputs/utils.go 72.22% <0.00%> (-6.04%) :arrow_down:
cmd/tsbs_load_victoriametrics/processor.go 68.42% <0.00%> (-5.50%) :arrow_down:
query/stat_processor.go 10.71% <0.00%> (-5.42%) :arrow_down:
cmd/tsbs_load_victoriametrics/scan.go 70.00% <0.00%> (-5.00%) :arrow_down:
cmd/tsbs_generate_data/serialize/MongoTag.go 63.15% <0.00%> (-4.70%) :arrow_down:
cmd/tsbs_load_siridb/scan.go 22.00% <0.00%> (-3.87%) :arrow_down:
...d/tsbs_generate_queries/databases/siridb/common.go 83.33% <0.00%> (-3.34%) :arrow_down:
...s_generate_queries/databases/timescaledb/common.go 80.00% <0.00%> (-3.34%) :arrow_down:
cmd/tsbs_generate_data/serialize/MongoReading.go 60.00% <0.00%> (-3.34%) :arrow_down:
cmd/tsbs_load_cratedb/scan.go 80.00% <0.00%> (-2.98%) :arrow_down:
... and 99 more

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 7508b34...8754558. Read the comment docs.