From b5db5953b5a68ae13410f51147e34630b1d6a641 Mon Sep 17 00:00:00 2001 From: 63846d858c742721fa5a7f94 <63846d858c742721fa5a7f94@devide> Date: Thu, 20 Apr 2023 03:31:39 +0000 Subject: [PATCH] Auto commit --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 887142c..6bdf981 100644 --- a/main.py +++ b/main.py @@ -27,5 +27,5 @@ class WebsiteUser(HttpUser): if __name__ == '__main__': import os - # os.system("locust -f main.py --host=https://www.baidu.com --headless -u 5 -r 1 --run-time 100s --stop-timeout 99") - os.system("locust -f main.py --host=https://www.baidu.com") \ No newline at end of file + os.system("locust -f main.py --host=https://www.baidu.com --headless -u 5 -r 1 --run-time 100s --stop-timeout 99") + # os.system("locust -f main.py --host=https://www.baidu.com") \ No newline at end of file -- GitLab