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

Changing mongo driver #156

Closed Hadrien-Cornier closed 8 months ago

Hadrien-Cornier commented 3 years ago

changing mongo driver to the official mongo driver instead of mgo which is no longer being maintained and does not work with mongo 4.4

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 3 years ago

Codecov Report

Merging #156 (067452a) into master (259ec99) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #156   +/-   ##
=======================================
  Coverage   65.35%   65.35%           
=======================================
  Files         145      145           
  Lines        5957     5957           
=======================================
  Hits         3893     3893           
  Misses       1951     1951           
  Partials      113      113           

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 259ec99...067452a. Read the comment docs.

Hadrien-Cornier commented 3 years ago

I changed the tsbs_load_mongo code and the tsbs_run_queries. If you want to load data to mongo, you cannot yet use the on the fly tsbs_load mechanism, but you can use tsbs_load_mongo with pre-generated data.