Skip to content

Commit

Permalink
feat: Store load test run
Browse files Browse the repository at this point in the history
Allows the monitor to wait until the run starts and share the run id with the load test script.
  • Loading branch information
bmtcril committed Mar 22, 2024
1 parent f1d35f9 commit 2286afc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def create_course(self) -> None:

def record_start(self) -> None:
self.record_to_clickhouse("start", {
"course_id": self.course.id,
"course_id": str(self.course.id),
"num_users": self.num_users,
"username_prefix": self.username_prefix,
})
Expand Down

0 comments on commit 2286afc

Please sign in to comment.