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

make entrypoint.sh easier to use outside of Actions context #54

Closed bobheadxi closed 2 years ago

bobheadxi commented 2 years ago

See https://github.com/bobheadxi/gobenchdata/issues/41 - using the action directly is a good way to get started, but doesn't give you a lot of control. Effectively re-implementing it (https://github.com/hashicorp/terraform-ls/pull/840) is a bit involved