plot_elapsed_times_histogram: Plot the elapsed times of the requests as a histogram

Description Usage Arguments Value Examples

View source: R/plots.R

Description

Plot the elapsed times of the requests as a histogram

Usage

1
plot_elapsed_times_histogram(results, binwidth = 250)

Arguments

results

A data frame returned from the loadtest function

binwidth

The binwidth for the histogram

Value

A ggplot2 showing the elapsed times of the requests during the test

Examples

1
2
results <- loadtest("google.com","GET")
plot_elapsed_times_histogram(results)

tmobile/loadtest documentation built on April 13, 2020, 2:21 a.m.