Description Usage Arguments Value Examples
Plot the requests per second made during the test
1 | plot_requests_by_thread(results)
|
results |
A data frame returned from the loadtest function |
A ggplot2 showing how each thread's tests went
1 2 | results <- loadtest("google.com","GET")
plot_requests_by_thread(results)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.