nano-benchmark 1.0.14 → 1.0.15
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/README.md +1 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -111,6 +111,7 @@ BSD 3-Clause License
|
|
|
111
111
|
|
|
112
112
|
## Release history
|
|
113
113
|
|
|
114
|
+
- 1.0.15: _Updated dependencies._
|
|
114
115
|
- 1.0.14: _Fixed Kruskal-Wallis post-hoc (Conover-Iman) pairwise comparison bug: corrected rank variance computation and critical value distribution. Added regression test._
|
|
115
116
|
- 1.0.13: _Improved CLI help texts and documentation for brevity and clarity._
|
|
116
117
|
- 1.0.12: _Added AI coding skills for writing benchmark files (write-bench, write-watch), shipped via npm. Added findLevel() tests. Expanded test suite._
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nano-benchmark",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "CLI micro-benchmarking with nonparametric statistics and significance testing.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
],
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"prettier": "^3.8.1",
|
|
64
|
-
"tape-six": "^1.7.
|
|
65
|
-
"tape-six-proc": "^1.2.
|
|
64
|
+
"tape-six": "^1.7.13",
|
|
65
|
+
"tape-six-proc": "^1.2.8"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"commander": "^14.0.3",
|
|
69
|
-
"console-toolkit": "^1.2.
|
|
69
|
+
"console-toolkit": "^1.2.15"
|
|
70
70
|
},
|
|
71
71
|
"tape6": {
|
|
72
72
|
"tests": [
|