Skip to content

Commit

Permalink
Merge pull request #2354 from johenning/patch-1
Browse files Browse the repository at this point in the history
Clarify documentation string for `total_content_length`
  • Loading branch information
cyberw authored May 31, 2023
2 parents 7002fb7 + 70ea746 commit d3b0036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def __init__(self, stats: Optional[RequestStats], name: str, method: str, use_re
OrderedDict that holds a copy of the response_times dict for each of the last 20 seconds.
"""
self.total_content_length: int = 0
""" The sum of the content length of all the requests for this entry """
""" The sum of the content length of all the responses for this entry """
self.start_time: float = 0.0
""" Time of the first request for this entry """
self.last_request_timestamp: Optional[float] = None
Expand Down

0 comments on commit d3b0036

Please sign in to comment.