loadtest_report: Create an output report of a jmeter run

Description Usage Arguments Examples

View source: R/loadtest_report.R

Description

This function uses R markdown to take the results of a jmeter run and turn it

Usage

1
loadtest_report(results, output_file = NULL)

Arguments

output_file

the location to save the report. Defaults to creating loadtest_report.html in the working directory.

result

the output of using loadtest()

Examples

1
2
results <- loadtest(url = "https://www.t-mobile.com", method="GET", threads = 3, loops = 5)
loadtest_report(results,"~/report.html")

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