You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

tatami-ng

Package Overview
Dependencies
1
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous
124
Next

0.4.0

Diff

Changelog

Source

[0.4.0] - 2024-04-15

Fixed

  • Fix ESM browser export.

Changed

  • BREAKING CHANGE: rename the default exported file to a more de facto standardized namespace. Usage in browser is impacted.
fraggle
published 0.3.4 •

Changelog

Source

[0.3.4] - 2024-04-14

Added

  • Add releasing on JSR.
fraggle
published 0.3.3 •

Changelog

Source

[0.3.3] - 2024-04-14

Fixed

  • Fix rate computation and formatting in summary.
  • Less biased timestamp rounding.
  • Refine minimum number of samples for Student t-distribution.
fraggle
published 0.3.2 •

Changelog

Source

[0.3.2] - 2024-04-13

Changed

  • Add accurate two-tailed Student t-distribution table for 95% confidence level.
fraggle
published 0.3.1 •

Changelog

Source

[0.3.1] - 2024-04-12

Fixed

  • Ensure default minimum samples guarantee statistical significance.
fraggle
published 0.3.0 •

Changelog

Source

[0.3.0] - 2024-04-10

Fixed

  • Fix statistical significance threshold value and reporting in JSON.

Changed

  • Add error margin to report.
  • Remove IQR filtering since error margin permits to evaluate the results statistical significance.
  • BREAKING CHANGE: rename in JSON report std to sd for the standard deviation.
  • BREAKING CHANGE: switch percentile p999 to p995 in report.
fraggle
published 0.2.3 •

Changelog

Source

[0.2.3] - 2024-04-08

Fixed

  • Align iter/s with time (avg) formatting.

Changed

  • Add median (p50) to console output.
fraggle
published 0.2.2 •

Changelog

Source

[0.2.2] - 2024-04-08

Changed

  • Optimize benchmark statistics computation.
fraggle
published 0.2.1 •

Changelog

Source

[0.2.1] - 2024-04-07

Changed

  • Add time: number to run() options specifying the minimum benchmark time in nanoseconds.
fraggle
published 0.2.0 •

Changelog

Source

[0.2.0] - 2024-04-07

Fixed

  • Fix measure() asynchronous implementation.
  • Fix percentiles computation.
  • Fix inconsistent benchmark behavior: the samples statistical significance shall be done on the same measurement base.

Changed

  • Add clear() benchmark clearing primitive.
  • Optimize JavaScript runtime environment detection code (constify environment variables).
  • Add IQR samples outlier detection and removal.
  • Add standard deviation to JSON report.
  • Add samples: number to run() options specifying the minimum number of benchmark samples.
  • Add options: { before: () => void | Promise<void>; after: () => void | Promise<void> } to bench() and baseline() specifying callbacks to run before and after the benchmark.
  • Add options: { before: () => void | Promise<void>; after: () => void | Promise<void> } to group() specifying callbacks to run before and after the group.
  • Add iter/s to report.
  • Add package publication GitHub workflow.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc