smarr / ReBenchDB

ReBenchDB records benchmark results and provides customizable reporting to track and analyze run-time performance of software programs.
MIT License
12 stars 6 forks source link

feat: create start script for easy startup #207

Closed F12-Syntex closed 2 months ago

F12-Syntex commented 2 months ago

create a start script which conveniently starts the program as an alternative to using docker for remembering env variables

smarr commented 2 months ago

@F12-Syntex thanks for the suggestion. Though, because this essentially hardcodes a lot of values, which won't be as helpful for other users, would it make sense to instead amend the README file with these as an example of how to run things?

Note, I also just triggered CI. Mostly in an attempt to verify that the standard setup hasn't broken recently because of dependencies.