616db7f68b
* object store k6 * update script * refactor * rename scripts * fix paths * fixes * fix client - check connected state * add teardown timeout * rename to grpc object store client * fail if health check fails * abort rather than fail * stale import * create `run.sh` * adjust for dummy server * fix mkdir * clean up dependencies * remove name and version * bring back name and version! * remove clean webpackk plugin * remove copy plugin * update yarn lock * remove stale import * update yarn lock * move perf tests to devenv/docker/loadtest-ts * add codeownres
15 lines
458 B
Markdown
15 lines
458 B
Markdown
# Grafana load tests written in typescript - EXPERIMENTAL
|
|
|
|
Runs load tests written in typescript and checks Grafana's performance using [k6](https://k6.io/)
|
|
|
|
This is **experimental** - please consider adding new tests to devenv/docker/loadtest while we are testing the typescript approach!
|
|
|
|
|
|
|
|
# How to run
|
|
|
|
```
|
|
yarn install
|
|
GRPC_TOKEN={REPLACE_WITH_SERVICE_ACCOUNT_ADMIN_TOKEN} ./run.sh test=object-store-test grpcAddress=127.0.0.1:10000 execution=local
|
|
```
|