/nostrillery

A wrapper around Artillery to run performance tests on Nostr Relays

Primary LanguageJavaScriptMIT LicenseMIT

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