myaaghubi / PHP-Frameworks-Bench

A library to make benchmarks from PHP frameworks.
GNU General Public License v2.0
109 stars 4 forks source link

Use non interactive in setup.sh #28

Closed joanhey closed 1 year ago

joanhey commented 1 year ago

Tired of clean.sh and setup.sh, and ask me for my interaction. Anybody that want to test it, don't need to press any key in the setup process.

And before was worst, asking for my password also :disappointed_relieved: .

myaaghubi commented 1 year ago

Me too! however it is about Linux and third-party libs not this repo https://github.com/myaaghubi/PHP-Frameworks-Bench/blob/e710ff7e84559d0f5ebdda2d46331059acdb2945/README.md?plain=1#L111-L112

joanhey commented 1 year ago

We can use composer install ... --no-interaction in the affected frameworks.

myaaghubi commented 1 year ago

A developer may be interested in obtaining benchmarks or conducting research. It is open source to achieve both, the developer should have control over it, and a yes | is enough to fix it