OpenSlides/performance/README.md
2021-04-01 09:19:21 +02:00

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
```