redis-smq-benchmarks 9.0.10-next.1 → 9.0.10-next.2
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/README.md +0 -2
- package/README.template.md +0 -2
- 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.2](https://github.com/weyoss/redis-smq/compare/v9.0.10-next.1...v9.0.10-next.2) (2026-01-10)
|
|
7
|
+
|
|
8
|
+
### 📝 Documentation
|
|
9
|
+
|
|
10
|
+
- **redis-smq-benchmarks:** remove unused heading ([0efbcaf](https://github.com/weyoss/redis-smq/commit/0efbcaf867a660e4fde5beba673bafaba44fb2fe))
|
|
11
|
+
|
|
6
12
|
## [9.0.10-next.1](https://github.com/weyoss/redis-smq/compare/v9.0.10-next.0...v9.0.10-next.1) (2026-01-10)
|
|
7
13
|
|
|
8
14
|
### ♻️ Code Refactoring
|
package/README.md
CHANGED
|
@@ -36,8 +36,6 @@ This benchmark suite provides tools to measure RedisSMQ performance across diffe
|
|
|
36
36
|
npm install redis-smq@next redis-smq-common@next redis-smq-benchmarks@next --save
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
### Basic Usage
|
|
40
|
-
|
|
41
39
|
## ⚙️ Configuration
|
|
42
40
|
|
|
43
41
|
Benchmarks can be configured using environment variables:
|
package/README.template.md
CHANGED
|
@@ -30,8 +30,6 @@ This benchmark suite provides tools to measure RedisSMQ performance across diffe
|
|
|
30
30
|
npm install redis-smq__TAG_SUFFIX__ redis-smq-common__TAG_SUFFIX__ redis-smq-benchmarks__TAG_SUFFIX__ --save
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
### Basic Usage
|
|
34
|
-
|
|
35
33
|
## ⚙️ Configuration
|
|
36
34
|
|
|
37
35
|
Benchmarks can be configured using environment variables:
|
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.2",
|
|
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
|
|
54
|
-
"redis-smq": "^9.0.10-next.
|
|
53
|
+
"redis-smq": "^9.0.10-next.2",
|
|
54
|
+
"redis-smq-common": "^9.0.10-next.2"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"ioredis": "^5"
|