Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Cameri/nostrillery

A wrapper around Artillery to run performance tests on Nostr Relays
https://github.com/Cameri/nostrillery

nostr

Last synced: 26 days ago
JSON representation

A wrapper around Artillery to run performance tests on Nostr Relays

Lists

README

        

# Nostrillery

This repository is a wrapper around [artillery](https://www.artillery.io/)

# Prerequisites
- NVM
- Node v18

# Getting Started

1. Install `nvm`
2. Switch to Node v18 with `nvm use`
3. Install artillery with `npm install -g artillery`
4. Install dependencies with `npm i`
5. Update `config.yml` as needed
6. Run tests with `SECRET="change me" npm run test:local`