Description Usage Arguments Value Examples
Plot the requests per second made during the test
| 1 | plot_requests_per_second(results)
 | 
| results | A data frame returned from the loadtest function | 
A ggplot2 showing the distribution of requests by request per second
| 1 2 | results <- loadtest("google.com","GET")
plot_requests_per_second(results)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.