Socket
Socket
Sign inDemoInstall

@indutny/bencher

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-rc.1 to 1.0.0-rc.2

2

package.json
{
"name": "@indutny/bencher",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Simple benchmarking tool",

@@ -5,0 +5,0 @@ "bin": {

# @indutny/bencher
[![npm](https://img.shields.io/npm/v/@indutny/bencher)](https://www.npmjs.com/package/@indutny/bencher)
[![size](https://img.shields.io/bundlephobia/minzip/@indutny/bencher)](https://bundlephobia.com/result?p=@indutny/bencher)
![CI Status](https://github.com/indutny/bencher/actions/workflows/test.yml/badge.svg)
Sneaky equals comparison between objects that checks only the properties that
were touched.
Simple JavaScript benchmarking tool inspired by my bad understanding of how
[Criterion.rs](https://github.com/bheisler/criterion.rs/blob/27642b476837753cbb539f269fbbcbefa815bf00/book/src/analysis.md)
works.
Inspired by [proxy-compare](https://github.com/dai-shi/proxy-compare).
## Disclaimer
Let's be honest, I'm terrible at statistics. This approach that I took here is
probably incorrect, but the results appear to be stable enough so I'm happy to
use it for my personal projects.
Any ideas on improving the algorithm are very welcome!
## Installation

@@ -38,8 +44,4 @@

## Credits
Name coined by [Scott Nonnenberg](https://github.com/scottnonnenberg/).
## LICENSE
This software is licensed under the MIT License.
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