Skip to content

Releases: poolifier/tatami-ng

v0.8.16

29 Jan 14:58
cc2a3a1
Compare
Choose a tag to compare

0.8.16 (2025-01-29)

🐞 Bug Fixes

  • silence warnings related to MAD threshold (fb50f31)

v0.8.15

29 Jan 12:25
341afd8
Compare
Choose a tag to compare

0.8.15 (2025-01-29)

🐞 Bug Fixes

  • median absolute deviation computation (7779175)

🤖 Automation

v0.8.14

18 Nov 09:18
a7ddd5a
Compare
Choose a tag to compare

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

27 Oct 17:00
5174a28
Compare
Choose a tag to compare

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

21 Oct 14:39
31f7a8e
Compare
Choose a tag to compare

0.8.12 (2024-10-21)

🚀 Features

  • add warmup minimum execution time option (7718d34)

v0.8.11

20 Oct 11:07
75b6b46
Compare
Choose a tag to compare

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

19 Oct 14:26
baff67c
Compare
Choose a tag to compare

0.8.10 (2024-10-19)

✨ Polish

  • factor out statistics computation from samples (3c2a41f)

v0.8.9

18 Oct 20:58
42e5064
Compare
Choose a tag to compare

0.8.9 (2024-10-18)

🚀 Features

  • add after/before each function iteration hooks (c7543ae)

✨ Polish

  • cleanup benchmark building (aff9b96)

📚 Documentation

  • refine measure() comment (b3910a0)

v0.8.8

18 Oct 15:49
c056bea
Compare
Choose a tag to compare

0.8.8 (2024-10-18)

🐞 Bug Fixes

  • improve statistical accuracy (ab1753f)

v0.8.7

18 Oct 11:08
d6dd610
Compare
Choose a tag to compare

0.8.7 (2024-10-18)

🐞 Bug Fixes

  • handle corner case promise like benchmark function (ad9c3be)
  • promise like rejection without catch handling (57de829)