Skip to content

Commit a528777

Browse files
committed
Update
1 parent 7aef0a5 commit a528777

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/load_testing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ def flatten_scenario_records(run: dict[str, Any], results: dict[str, Any]) -> li
286286
"Failed sessions",
287287
int(row["sessions_failed"]),
288288
border=True,
289+
chart_data=scenario_history["sessions_failed"],
290+
chart_type="bar",
289291
)
290292

291293

0 commit comments

Comments
 (0)