File tree Expand file tree Collapse file tree 3 files changed +526
-0
lines changed Expand file tree Collapse file tree 3 files changed +526
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ kestra/index
43
43
kinesis/index
44
44
langchain/index
45
45
llamaindex/index
46
+ locust/index
46
47
marquez/index
47
48
meltano/index
48
49
metabase/index
Original file line number Diff line number Diff line change
1
+ (locust)=
2
+ # Locust
3
+
4
+ ``` {div} .float-right
5
+ [{height=60px loading=lazy}][Locust]
6
+ ```
7
+ ``` {div} .clearfix
8
+ ```
9
+
10
+
11
+ :::{rubric} About
12
+ :::
13
+
14
+ [ Locust] is an open source load testing tool.
15
+
16
+ > Define user behaviour with Python code, and swarm your system with
17
+ > millions of simultaneous users.
18
+
19
+ :::{rubric} Learn
20
+ :::
21
+
22
+ ::::{grid} 2
23
+
24
+ :::{grid-item-card} Load testing CrateDB using Locust
25
+ :link : locust-tutorial
26
+ :link-type: ref
27
+ Learn how to use Locust as the framework to run load tests with
28
+ a customizable set of SQL statements against CrateDB to measure
29
+ its performance.
30
+ :::
31
+
32
+ ::::
33
+
34
+ :::{toctree}
35
+ :maxdepth: 1
36
+ :hidden:
37
+ Tutorial <tutorial >
38
+ :::
39
+
40
+
41
+ [ Locust ] : https://locust.io/
You can’t perform that action at this time.
0 commit comments