Closed josecelano closed 7 months ago
Thanks. Until I update dependencies, you should be able to build it using a stable compiler (but you probably already know that).
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.
I’ve updated dependencies now, building on nightly should work again.
It works.
cargo build --profile=release-debug -p aquatic_http_load_test
nightly-x86_64-unknown-linux-gnu (default)
rustc 1.78.0-nightly (3cbb93223 2024-03-13)
The error:
I had the same problem and it was solved by upgrading the
ahash
crate.