loadtest icon indicating copy to clipboard operation
loadtest copied to clipboard

an R package that automates performance testing of ML models and summarizes the results in a dashboard w/ rad visualizations

Results 10 loadtest issues
Sort by recently updated
recently updated
newest added

trying to run loadtest on a test environment but i dont see the body part arriving to destination. ``` results

I used the `loadtest` function with the url with port like 'http://127.0.0.1:8000', and the response_code in the result consistently return `Non HTTP response code: java.net.URISyntaxException`. And I found a possible...

add a warmup parameter like microbenchmark, to account for warmup and exclude them from results

When benchmarking fast api, plot_requests_per_second turns into something less than readable. This commit turns the graph into a fixed number of bins splits. Also, fix loadtest_report when providing a relative...

Fixes https://github.com/tmobile/loadtest/issues/10 Does not add new dependencies and tests are green.

I would like to use CI on my fork, so here's R CMD Check all happy :) ``` ── R CMD check results ───────────────────────────────────── loadtest 0.1.2 ──── Duration: 1m 2.7s...

If a string in the body contains a $, it will fail. however, $ in the body of a json is fine as long as encode="json"

as a business user, I want to easily compare metrics across loadtest reports. However, miliseconds matter in the world of response time. Outliers cause me to need more robust reporting...

loadtest_report should work even if you don't specify a output location. Maybe have it output to loadtest_report.html in the working directory and output a message of where it is.

I am trying to send JSON content to loadtest with my API. While the JSON content itself works (I have other tests running against this JSON), when passed to `loadtest`,...