Socket
Socket
Sign inDemoInstall

bunchmark

Package Overview
Dependencies
1
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2-experiment-4 to 0.0.2-experiment-5

4

bunchmark.js

@@ -49,4 +49,4 @@ import {shuffled} from "./shuffle.js"

let i = 0
while (i++ < reps()) {
onRunTick(i)
while (i < reps()) {
onRunTick(i++)
const sh = shuffled(tasks)

@@ -53,0 +53,0 @@ for (const i in sh) {

{
"name": "bunchmark",
"version": "0.0.2-experiment-4",
"version": "0.0.2-experiment-5",
"description": "benchmarking lib",

@@ -5,0 +5,0 @@ "type": "module",

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