Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem setting up the workflow to benchmark a new Go framework #7748

Open
coolwednesday opened this issue Sep 11, 2024 · 2 comments
Open

Problem setting up the workflow to benchmark a new Go framework #7748

coolwednesday opened this issue Sep 11, 2024 · 2 comments

Comments

@coolwednesday
Copy link

coolwednesday commented Sep 11, 2024

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 :
Screenshot 2024-09-11 at 11 16 17 AM

Any idea what am I missing ?

Additional Info: I am running it on MacOs.

@waghanza
Copy link
Collaborator

Hi,

Sorry for the delay.

Could you either oush a PR or describe me the steps already done ?

@dalisoft
Copy link
Member

dalisoft commented Oct 6, 2024

@coolwednesday

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants