Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bunchmark/core

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunchmark/core - npm Package Compare versions

Comparing version 1.0.0-pre-6 to 1.0.0-pre-7

7

package.json
{
"name": "@bunchmark/core",
"version": "1.0.0-pre-6",
"version": "1.0.0-pre-7",
"description": "benchmarking lib",

@@ -19,3 +19,6 @@ "type": "module",

},
"homepage": "https://github.com/pygy/bunchmark.js#readme"
"homepage": "https://github.com/pygy/bunchmark.js#readme",
"dependencies": {
"@bunchmark/stats": "1.0.0-pre-4"
}
}

@@ -21,3 +21,3 @@ export { run };

import { shuffled } from "./shuffle.js";
import { median } from "../../stats/stats.js";
import { median } from "@bunchmark/stats";

@@ -131,3 +131,3 @@ const {ceil} = Math

for (const task of tasks) {
findN(task, calibrationTargetDuration);
yield { kind: "task", task: findN(task, calibrationTargetDuration) };
}

@@ -174,2 +174,3 @@ }

async function run(options) {
const {compiler = (await import("./compile.js")).compiler} = options

@@ -176,0 +177,0 @@ const samplers = await compiler(options);

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc