You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Moving system binaries isn't recommended and even should be avoided. On macOS cp path is different (/bin/cp), on Unix or Linux, you can get path of any system utilities via which TOOL like which cp for example
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.
The text was updated successfully, but these errors were encountered: