plot_elapsed_times: Plot the elapsed times of the requests

Description Usage Arguments Value Examples

View source: R/plots.R

Description

Plot the elapsed times of the requests

Usage

1

Arguments

results

A data frame returned from the loadtest function

Value

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

Examples

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

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