-
Notifications
You must be signed in to change notification settings - Fork 395
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
Make wrk2 arm compatible #110
base: master
Are you sure you want to change the base?
Conversation
8accadc
to
60490fd
Compare
Wanted to followup on this PR to get wrk2 compiled on aarch64 |
@tbbharaj Is there a way to get this branch installed locally? I'm a bit of a noob regarding brew but I saw no way to do it. |
Are you able to clone this repo/branch? |
Just to give you a point of situation, I can and did clone the branch, but then ran into several issues while trying to build it (openssl include files followed by a malformed I just went and ran a linux container to install normally since my purpose is just perform some tests. Thanks for the help 👍 |
Wanted to followup on this PR. Happy to address any feedbacks/reviews |
Wanted to followup on this PR, would love to see wrk2 supporting arm |
I've since moved away from this. I solved my issue by simply creating a docker container and doing things from the inside so I can't really provide any further feedback. Best of luck 🙏 |
Hi, Thanks! |
thank you. Apple clang version 13.1.6 (clang-1316.0.21.2.3) i did |
found this guy https://github.com/AppsFlyer/wrk3 |
any hope to get this reviewed and merged? |
For those, who would like to run wrk2 on Apple M1, please refer to https://github.com/outsinre/homebrew-wrk2. |
Team, Can we please merge this PR to make wrk2 compatible with arm64. |
Checking again... Can this patch be merged? Thanks. |
I switched to oha - https://github.com/hatoo/oha recommended |
Trying to compile wrk2 on arm, generates following error:
Upgraded LuaJIT to 2.1 to make wrk2 arm compatible.
Also added few minor changes to
hdr_histogram.c
script.c
wrk.c
to make it compile