From ac80e3e9b3b60d95340e43ee96c2ed7d81362a11 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sat, 29 Jan 2022 22:19:47 +0100 Subject: [PATCH] move comment --- examples/debugging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/debugging.py b/examples/debugging.py index e0cc2ec21e..43e799a80e 100644 --- a/examples/debugging.py +++ b/examples/debugging.py @@ -10,6 +10,6 @@ def hello_world(self): pass # maybe set a breakpoint here to analyze the resp object? +# if launched directly, e.g. "python3 debugging.py", not "locust -f debugging.py" if __name__ == "__main__": - # launched directly, e.g. "python3 debugging.py", not "locust -f debugging.py" run_single_user(QuickstartUser)