Skip to content

Commit fc6e10b

Browse files
committed
fix: remove k6 test from CI (needs k6 binary), fix README repo URL
1 parent 0216e0d commit fc6e10b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
> The psychic job queue that adapts to your needs. A micro-kernel distributed job queue platform where everything is a plugin.
44
5-
[![npm version](https://img.shields.io/npm/v/psyqueue.svg)](https://www.npmjs.com/package/psyqueue)
6-
[![Tests](https://img.shields.io/github/actions/workflow/status/psyqueue/psyqueue/ci.yml?label=tests)](https://github.com/psyqueue/psyqueue/actions)
5+
[![npm version](https://img.shields.io/npm/v/@psyqueue/core.svg)](https://www.npmjs.com/package/@psyqueue/core)
6+
[![CI](https://github.com/ayush-jadaun/psyqueue/actions/workflows/ci.yml/badge.svg)](https://github.com/ayush-jadaun/psyqueue/actions)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
8+
[![GitHub](https://img.shields.io/github/stars/ayush-jadaun/psyqueue?style=social)](https://github.com/ayush-jadaun/psyqueue)
89

910
## Why PsyQueue?
1011

@@ -205,7 +206,7 @@ const { queue, config } = PsyQueue.from('enterprise')
205206
Contributions are welcome. Please open an issue or pull request on GitHub.
206207

207208
```bash
208-
git clone https://github.com/psyqueue/psyqueue.git
209+
git clone https://github.com/ayush-jadaun/psyqueue.git
209210
cd psyqueue
210211
pnpm install
211212
pnpm build

benchmarks/k6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"psyqueue": "tsx psyqueue-server.ts",
77
"bullmq": "tsx bullmq-server.ts",
8-
"test": "bash run-k6.sh"
8+
"k6": "bash run-k6.sh"
99
},
1010
"dependencies": {
1111
"@psyqueue/backend-redis": "workspace:*",

0 commit comments

Comments
 (0)