-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error trying to compile http_load_test
: unknown feature stdsimd
#190
Comments
Thanks. Until I update dependencies, you should be able to build it using a stable compiler (but you probably already know that). |
Yes, thank you. I've been running some tests with my computer. |
Adding support for torrust in https://github.com/greatest-ape/aquatic/tree/master/crates/bencher should be pretty simple, for testing systematically with multiple core counts. I don’t have time at the moment, but you could copy and adjust the chihaya runner. |
I’ve updated dependencies now, building on nightly should work again. |
http_load_test
: unknown feature stdsimd
http_load_test
: unknown feature stdsimd
It works.
|
The error:
I had the same problem and it was solved by upgrading the
ahash
crate.The text was updated successfully, but these errors were encountered: