@sovereignbase/convergent-replicated-list 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -307,12 +307,6 @@ What the current test suite covers:
307
307
  npm run bench
308
308
  ```
309
309
 
310
- The benchmark runner currently uses:
311
-
312
- - `LIST_SIZE = 5_000`
313
- - `RUN_TIMES = 250`
314
- - output columns: `group`, `scenario`, `n`, `ops`, `ms`, `ms/op`, `ops/sec`
315
-
316
310
  Last measured on Node `v22.14.0` (`win32 x64`):
317
311
 
318
312
  | group | scenario | n | ops | ms | ms/op | ops/sec |
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "type": "module",
3
3
  "license": "Apache-2.0",
4
4
  "name": "@sovereignbase/convergent-replicated-list",
5
- "version": "1.0.5",
5
+ "version": "1.0.6",
6
6
  "description": "Convergent Replicated List (CR-List), a delta CRDT for an ordered sequence of entries.",
7
7
  "keywords": [
8
8
  "crdt",