27 lines
302 B
Markdown
27 lines
302 B
Markdown
|
# OpenSlides performance
|
||
|
|
||
|
Tool to test the limits of OpenSlides 3.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
### With installed go
|
||
|
|
||
|
```
|
||
|
go install github.com/OpenSlides/OpenSlides/performance@latest
|
||
|
```
|
||
|
|
||
|
### With checked out repo
|
||
|
|
||
|
```
|
||
|
go build
|
||
|
```
|
||
|
|
||
|
|
||
|
## Run
|
||
|
|
||
|
You can see the usage of the command by calling it.
|
||
|
|
||
|
```
|
||
|
performance
|
||
|
```
|