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

Add new IoT query for Timescale and Influx databases #89

Closed antekresic closed 5 years ago

antekresic commented 5 years ago

The new query fetches the last location of a single truck referenced by the truck name. Truck name will be generated randomly from the scale which represent the number of trucks currently available.

codecov-io commented 5 years ago

Codecov Report

Merging #89 into master will increase coverage by 0.31%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   68.96%   69.27%   +0.31%     
==========================================
  Files         102      102              
  Lines        5484     5533      +49     
==========================================
+ Hits         3782     3833      +51     
+ Misses       1637     1636       -1     
+ Partials       65       64       -1
Impacted Files Coverage Δ
cmd/tsbs_generate_queries/uses/devops/common.go 95% <100%> (-1.23%) :arrow_down:
...tsbs_generate_queries/databases/timescaledb/iot.go 100% <100%> (ø) :arrow_up:
cmd/tsbs_generate_queries/databases/influx/iot.go 100% <100%> (ø) :arrow_up:
cmd/tsbs_generate_queries/uses/common/common.go 90% <100%> (+18.57%) :arrow_up:
...s_generate_queries/databases/timescaledb/devops.go 98.6% <0%> (+1.39%) :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 35990c7...7e9db64. Read the comment docs.

RobAtticus commented 5 years ago

LGTM