cameri / nostrillery

A wrapper around Artillery to run performance tests on Nostr Relays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nostrillery

This repository is a wrapper around artillery

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

About

A wrapper around Artillery to run performance tests on Nostr Relays

License:MIT License


Languages

Language:JavaScript 100.0%