Skip to content

Commit 7e45fff

Browse files
committed
doc
1 parent 2c64fe2 commit 7e45fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/performance/locust_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class LocustSettings(BaseSettings):
4444
LOCUST_RUN_TIME: timedelta
4545
LOCUST_SPAWN_RATE: PositiveInt = Field(default=20)
4646

47-
# Options for Timescale + Grafana Dashboards
48-
# SEE https://github.com/SvenskaSpel/locust-plugins/blob/master/locust_plugins/timescale/
47+
# Timescale: Log and graph results using TimescaleDB and Grafana dashboards
48+
# SEE https://github.com/SvenskaSpel/locust-plugins/tree/master/locust_plugins/dashboards
4949
#
5050
LOCUST_TIMESCALE: NonNegativeInt = Field(
5151
default=1,

0 commit comments

Comments
 (0)