Skip to content

Commit 3a06d20

Browse files
committed
Remove commented code
1 parent 5d244ba commit 3a06d20

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

load_test/locustfile.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# import random
2-
31
from locust import HttpUser, events, task
42

5-
# from speed_test_queries import queries
6-
73
queries = [
84
{
95
"params": {
@@ -57,7 +53,6 @@ def search(self):
5753
apikey = self.environment.parsed_options.apikey
5854
API_VERSION = self.environment.parsed_options.api_version
5955
USE_CPM = self.environment.parsed_options.usecpm
60-
# random_queries = random.sample(queries, 100)
6156
for query in queries:
6257
params = query["params"].copy()
6358
if USE_CPM == "TRUE":

0 commit comments

Comments
 (0)