@bunchmark/core
Advanced tools
Comparing version 1.0.0-pre-6 to 1.0.0-pre-7
{ | ||
"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); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16500
1
+ Added@bunchmark/stats@1.0.0-pre-4
+ Added@bunchmark/stats@1.0.0-pre-4(transitive)