OpenSlides/performance/README.md

27 lines
302 B
Markdown
Raw Normal View History

2021-02-25 08:40:04 +01:00
# 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
```