Socket
Socket
Sign inDemoInstall

tatami-ng

Package Overview
Dependencies
1
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12

0.2.1

Diff

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.
fraggle
published 0.2.0-2 •

fraggle
published 0.2.0-1 •

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc