@thi.ng/bench 3.6.0 → 3.6.1
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 +1 -1
- package/package.json +2 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/bench",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -50,10 +50,8 @@
|
|
|
50
50
|
"benchmark",
|
|
51
51
|
"bigint",
|
|
52
52
|
"csv",
|
|
53
|
-
"execution",
|
|
54
53
|
"format",
|
|
55
54
|
"functional",
|
|
56
|
-
"hrtime",
|
|
57
55
|
"markdown",
|
|
58
56
|
"measure",
|
|
59
57
|
"statistics",
|
|
@@ -118,5 +116,5 @@
|
|
|
118
116
|
],
|
|
119
117
|
"year": 2018
|
|
120
118
|
},
|
|
121
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "e914ebbd81c56783c39cf746548c547cbacadc96\n"
|
|
122
120
|
}
|