Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tymek/unleash-sdk-hammer
https://github.com/tymek/unleash-sdk-hammer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tymek/unleash-sdk-hammer
- Owner: Tymek
- Created: 2024-08-22T17:01:53.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-25T16:42:14.000Z (4 months ago)
- Last Synced: 2024-08-25T17:56:03.489Z (4 months ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```