bobheadxi / gobenchdata

📉 Run Go benchmarks, publish results to an interactive web app, and check for performance regressions in your pull requests
https://gobenchdata.bobheadxi.dev
MIT License
142 stars 14 forks source link

deps: upgrade to go1.17, upgrade libraries #46

Closed bobheadxi closed 2 years ago

bobheadxi commented 3 years ago

simple maintenance

codecov[bot] commented 3 years ago

Codecov Report

Merging #46 (05758c3) into master (346f8bc) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 05758c3 differs from pull request most recent head 02d109c. Consider uploading reports for the commit 02d109c to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   31.30%   31.30%           
=======================================
  Files           8        8           
  Lines         441      441           
=======================================
  Hits          138      138           
  Misses        285      285           
  Partials       18       18           

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 346f8bc...02d109c. Read the comment docs.

bobheadxi commented 3 years ago

Hmmm, seems like benchmark data output has changed with newer Go versions. This might be ugly

https://github.com/bobheadxi/gobenchdata/pull/46/checks?check_run_id=2828489252#step:3:140

image