timescale / tsbs

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

Fixed build deps(gopsutil) on darwin arm64 #161

Closed filipecosta90 closed 3 years ago

filipecosta90 commented 3 years ago

This PR fixes https://github.com/timescale/tsbs/issues/160 by updating gopsutil to v3 given v2 is incompatible with Darwin arm64, as seen on https://github.com/shirou/gopsutil/issues/1000.

codecov-commenter commented 3 years ago

Codecov Report

Merging #161 (f5d1513) into master (a045665) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   65.25%   65.25%           
=======================================
  Files         145      145           
  Lines        5966     5966           
=======================================
  Hits         3893     3893           
  Misses       1960     1960           
  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 a045665...f5d1513. Read the comment docs.

gkorland commented 3 years ago

@jonatas thanks for approving the PR, can you please merge it?

jonatas commented 3 years ago

@gkorland sorry for the delay, I'm checking with the project maintainers and we're going to merge it soon 🤞