We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To build a service an API for building is required. The executable is used for UAT: implement new functionality and validate in the browser.
build a load test: use https://crates.io/crates/rhea to send requests to the running application.
The text was updated successfully, but these errors were encountered:
error: failed to run custom build command for `openssl-sys v0.9.98`
Sorry, something went wrong.
run the server, then:
~/.cargo/bin/rhea --url http://localhost:3000/say-hello --concurrency 100 --requests 1000 ... Duration: 54.606624ms Response stats 200: 1000
No branches or pull requests
To build a service an API for building is required.
The executable is used for UAT: implement new functionality and validate in the browser.
build a load test:
use https://crates.io/crates/rhea to send requests to the running application.
The text was updated successfully, but these errors were encountered: