redis-smq-benchmarks 9.0.10-next.2 → 9.0.10-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [9.0.10-next.3](https://github.com/weyoss/redis-smq/compare/v9.0.10-next.2...v9.0.10-next.3) (2026-01-16)
|
|
7
|
+
|
|
8
|
+
### ✅ Tests
|
|
9
|
+
|
|
10
|
+
- **redis-smq-benchmark:** run benchmarks using 100 messages/10 consumers/5 producers ([99a0332](https://github.com/weyoss/redis-smq/commit/99a03322337a1cdb75ce41c8dcd105116aaf82f9))
|
|
11
|
+
|
|
6
12
|
## [9.0.10-next.2](https://github.com/weyoss/redis-smq/compare/v9.0.10-next.1...v9.0.10-next.2) (2026-01-10)
|
|
7
13
|
|
|
8
14
|
### 📝 Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redis-smq-benchmarks",
|
|
3
|
-
"version": "9.0.10-next.
|
|
3
|
+
"version": "9.0.10-next.3",
|
|
4
4
|
"description": "Benchmarking tool for RedisSMQ to assess performance and throughput in your application environment.",
|
|
5
5
|
"author": "Weyoss <weyoss@outlook.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"redis-smq": "^9.0.10-next.
|
|
54
|
-
"redis-smq-common": "^9.0.10-next.
|
|
53
|
+
"redis-smq": "^9.0.10-next.3",
|
|
54
|
+
"redis-smq-common": "^9.0.10-next.3"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"ioredis": "^5"
|