Skip to content

Commit

Permalink
Merge pull request #1561 from raiyankamal/1551-add-comment
Browse files Browse the repository at this point in the history
Added comment for clarity
  • Loading branch information
cyberw authored Sep 16, 2020
2 parents 532f33a + 7534be2 commit e682038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/generating-custom-load-shape.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This shape class will increase user count in blocks of 100 and then stop the loa
run_time = self.get_run_time()
if run_time < self.time_limit:
# User count rounded to nearest hundred.
user_count = round(run_time, -2)
return (user_count, spawn_rate)
Expand Down

0 comments on commit e682038

Please sign in to comment.