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 remote depedency hdrhistogram #136

Closed filipecosta90 closed 3 years ago

filipecosta90 commented 4 years ago

This PR updates the remote repo of hdrhistogram from https://github.com/filipecosta90/hdrhistogram to the now official https://github.com/HdrHistogram/hdrhistogram-go/ repo. The PercentilesPrint usage has been adjusted accordingly.

codecov-io commented 4 years ago

Codecov Report

Merging #136 (899cefc) into master (56292c5) will decrease coverage by 0.04%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #136      +/-   ##
==========================================
- Coverage   65.45%   65.40%   -0.05%     
==========================================
  Files         145      145              
  Lines        5948     5952       +4     
==========================================
  Hits         3893     3893              
- Misses       1942     1946       +4     
  Partials      113      113              
Impacted Files Coverage Δ
pkg/query/stat_processor.go 10.22% <0.00%> (-0.49%) :arrow_down:
pkg/query/stats.go 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 56292c5...899cefc. Read the comment docs.

filipecosta90 commented 3 years ago

@RobAtticus can you check this one? The used dependency has now a proper remote org and we should move it

filipecosta90 commented 3 years ago

Looks good! Just fix the conflicts with master and we can merge

thank you @blagojts , just resolved the conflicts. can you please revise?