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

cli: eval prints pretty report instead of json if -json not set #53

Closed bobheadxi closed 2 years ago

bobheadxi commented 2 years ago

gobenchdata checks eval base-benchmarks.json current-benchmarks.json should now print a pretty report, and optionally write JSON results instead on --json.

codecov[bot] commented 2 years ago

Codecov Report

Merging #53 (810f873) into master (2e3d57f) will increase coverage by 0.21%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   30.87%   31.08%   +0.21%     
==========================================
  Files           8        8              
  Lines         460      457       -3     
==========================================
  Hits          142      142              
+ Misses        302      299       -3     
  Partials       16       16              
Impacted Files Coverage Δ
main.go 0.00% <0.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 2e3d57f...810f873. Read the comment docs.

bobheadxi commented 2 years ago

For future reference: https://github.com/hashicorp/terraform-ls/pull/903#pullrequestreview-960008369