web-frameworks
web-frameworks copied to clipboard
Problem setting up the workflow to benchmark a new Go framework
I would appreciate a documentation on how to setup the workflow to add our own framework and benchmark it with the other already present framework. Currently if I follow the Readme ...I am stuck at the following command.
cd
mktemp -d && git clone https://github.com/wg/wrk -b 4.2.0 . && make && sudo mv cp /usr/bin
This is the error I get :
Any idea what am I missing ?
Additional Info: I am running it on MacOs.