Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tymek/unleash-sdk-hammer


https://github.com/tymek/unleash-sdk-hammer

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Unleash SDK Hammer

Synthetic sample load with Unleash SDK.

Creates new projects, tokens and flags and runs Node SDK on it.

```bash
bun install
cp .env.example .env
```
Adjust URL and token in `.env`
```bash
bun run setup
bun run start
# bun run teardown
```