Description Usage Arguments Examples
View source: R/loadtest_report.R
This function uses R markdown to take the results of a jmeter run and turn it
1 | loadtest_report(results, output_file = NULL)
|
output_file |
the location to save the report. Defaults to creating loadtest_report.html in the working directory. |
result |
the output of using loadtest() |
1 2 | results <- loadtest(url = "https://www.t-mobile.com", method="GET", threads = 3, loops = 5)
loadtest_report(results,"~/report.html")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.