Skip to content

Commit

Permalink
chore: adjusts docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 6, 2023
1 parent 6f18ae1 commit 84f4cd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ The `stress()` function return the stress test result, which you can use to set
Returns the overall request duration in milliseconds.

```php
$result->requests()->duration()->avg()
->min()
->med()
->max()
->p90()
->p95();
$result->requests()->duration()->avg();
// ->min();
// ->med();
// ->max();
// ->p90();
// ->p95();
```

### Requests Count
Expand Down

0 comments on commit 84f4cd5

Please sign in to comment.