We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d244ba commit 3a06d20Copy full SHA for 3a06d20
load_test/locustfile.py
@@ -1,9 +1,5 @@
1
-# import random
2
-
3
from locust import HttpUser, events, task
4
5
-# from speed_test_queries import queries
6
7
queries = [
8
{
9
"params": {
@@ -57,7 +53,6 @@ def search(self):
57
53
apikey = self.environment.parsed_options.apikey
58
54
API_VERSION = self.environment.parsed_options.api_version
59
55
USE_CPM = self.environment.parsed_options.usecpm
60
- # random_queries = random.sample(queries, 100)
61
56
for query in queries:
62
params = query["params"].copy()
63
if USE_CPM == "TRUE":
0 commit comments