@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +2 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-08-10T15:03:07Z
3
+ - **Last updated**: 2024-08-13T19:40:07Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/bench",
3
- "version": "3.6.0",
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": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
119
+ "gitHead": "e914ebbd81c56783c39cf746548c547cbacadc96\n"
122
120
  }