Files
Clintchiz feff30a2b5
Quality / quality (ubuntu-latest) (push) Failing after 9m49s
Quality / quality (windows-latest) (push) Canceled after 0s
release: prepare WRNexusJS 0.8.8
2026-08-11 13:40:03 +05:30
..
2026-08-01 10:04:42 +05:30
2026-08-01 10:04:42 +05:30
2026-08-11 13:40:03 +05:30
2026-08-01 10:04:42 +05:30

@wrnexus/benchmark

Deterministic benchmark execution, percentiles, baseline comparisons, and regression budgets for builds, SSR, hydration, stores, and application hot paths.

import { runBenchmark, assertBenchmarkBudget } from "@wrnexus/benchmark";
const result = await runBenchmark("render", render, { iterations: 100 });
assertBenchmarkBudget(result, baseline, { p95Percent: 5 });