Skip to content

Commit 2f705b3

Browse files
wierdvanderhaaramotl
authored andcommitted
Locust: Index page and starter tutorial
1 parent 8946a4b commit 2f705b3

File tree

3 files changed

+526
-0
lines changed

3 files changed

+526
-0
lines changed

docs/integrate/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ kestra/index
4343
kinesis/index
4444
langchain/index
4545
llamaindex/index
46+
locust/index
4647
marquez/index
4748
meltano/index
4849
metabase/index

docs/integrate/locust/index.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
(locust)=
2+
# Locust
3+
4+
```{div} .float-right
5+
[![Locust logo](https://pbs.twimg.com/profile_images/1808582791661010944/cEr5Fbtn_400x400.jpg){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/

0 commit comments

Comments
 (0)