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