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: print and exit instead of panic on error, improve benchmark read failure error #52

Closed bobheadxi closed 2 years ago

bobheadxi commented 2 years ago

Closes https://github.com/bobheadxi/gobenchdata/issues/51

codecov[bot] commented 2 years ago

Codecov Report

Merging #52 (8466bda) into master (b37e8fd) will decrease coverage by 0.43%. The diff coverage is 11.63%.

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   31.30%   30.87%   -0.42%     
==========================================
  Files           8        8              
  Lines         441      460      +19     
==========================================
+ Hits          138      142       +4     
- Misses        285      302      +17     
+ Partials       18       16       -2     
Impacted Files Coverage Δ
main.go 0.00% <0.00%> (ø)
bench/parser.go 69.12% <100.00%> (+5.89%) :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 b37e8fd...8466bda. Read the comment docs.