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