diff --git a/locust/web.py b/locust/web.py index 14fe370994..d76723e950 100644 --- a/locust/web.py +++ b/locust/web.py @@ -142,6 +142,7 @@ def index(): step_time=options and options.step_time, worker_count=worker_count, is_step_load=environment.step_load, + is_shape=environment.shape_class, stats_history_enabled=options and options.stats_history_enabled, )