Releases: poolifier/tatami-ng
Releases · poolifier/tatami-ng
v0.8.14
0.8.14 (2024-11-18)
🐞 Bug Fixes
- use performance.now() for timestamping with node (0497b2c)
✨ Polish
- cleanup JS runtime detection code (66310b4)
- refine browser JS runtime detection (7537b2b)
v0.8.13
0.8.13 (2024-10-27)
🐞 Bug Fixes
- fix throughput samples imputation in corner case (8de3cc7)
✨ Polish
- avoid variable affectation (eb35407)
📚 Documentation
- README.md: add missing warmupTime options (356d72d)
🤖 Automation
- ci: handle various release type on npm registry (7cf519d)
v0.8.12
0.8.12 (2024-10-21)
🚀 Features
- add warmup minimum execution time option (7718d34)
v0.8.11
0.8.11 (2024-10-20)
🐞 Bug Fixes
- bind timestamping method to their modules once (3cfcc9b)
⚡ Performance
- bind timestamping functions to their module (dffe3f0)
v0.8.10
0.8.10 (2024-10-19)
✨ Polish
- factor out statistics computation from samples (3c2a41f)
v0.8.9
0.8.9 (2024-10-18)
🚀 Features
- add after/before each function iteration hooks (c7543ae)
✨ Polish
- cleanup benchmark building (aff9b96)
📚 Documentation
v0.8.8
0.8.8 (2024-10-18)
🐞 Bug Fixes
- improve statistical accuracy (ab1753f)
v0.8.7
0.8.7 (2024-10-18)
🐞 Bug Fixes
- handle corner case promise like benchmark function (ad9c3be)
- promise like rejection without catch handling (57de829)
v0.8.6
0.8.6 (2024-10-17)
🐞 Bug Fixes
- avoid duplicate benchmark run (61c8eb2)
v0.8.5
0.8.5 (2024-10-16)
🐞 Bug Fixes
- properly handle nullish arg in isAsyncFunction() (79aa988)
- properly handle promises in benchmark (f7ee29e)
✨ Polish
📚 Documentation
- README.md: refine example code (0d9762d)