Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Dec 6, 2023
1 parent 8002333 commit 5beeca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/datareader_ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# from locust_plugins.csvreader import CSVDictReader
from locust_plugins.synchronizer import data_synchronizer, getdata
from locust import HttpUser, task, events, runners, run_single_user
from locust import HttpUser, task, events, run_single_user
import time


Expand All @@ -21,8 +21,8 @@ def my_task(self):
user = getdata(self)
self.environment.events.request.fire(
request_type="fake",
# name=user["ssn"],
name="fake",
name=user["ssn"],
# name="fake",
start_time=start_time,
response_time=(time.perf_counter() - start_perf_counter) * 1000,
response_length=0,
Expand Down

0 comments on commit 5beeca6

Please sign in to comment.