https://github.com/pgj/couchdb-k6
CouchDB performance tests via k6.io
https://github.com/pgj/couchdb-k6
Last synced: about 1 year ago
JSON representation
CouchDB performance tests via k6.io
- Host: GitHub
- URL: https://github.com/pgj/couchdb-k6
- Owner: pgj
- License: apache-2.0
- Created: 2023-04-04T15:06:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T22:22:13.000Z (over 2 years ago)
- Last Synced: 2024-03-05T23:34:33.103Z (over 2 years ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CouchDB Performance Tests via k6
This repository contains a set of scripts to orchestrate various kinds
of performance tests for works related to
[CouchDB](https://couchdb.apache.org/). It uses [k6](https://k6.io/)
from Grafana Labs and two dialects of JavaScript:
- Scripts for `k6` assumed its own JavaScript engine,
[`goja`](https://github.com/dop251/goja).
- Scripts outside `k6` are implemented using
[Node.js](https://nodejs.org/).
On macOS, `k6` can be installed via Homebrew as follows, along with
`yarn` and `nodejs`:
```shell
brew install k6 yarn nodejs
```