Files
WRNexusJS/packages/benchmark
Clintchiz 4550a11460
Quality / quality (ubuntu-latest) (push) Failing after 22s
Quality / quality (windows-latest) (push) Canceled after 0s
release: WRNexusJS 0.8.2
2026-08-03 02:14:54 +05:30
..
2026-08-01 10:04:42 +05:30
2026-08-01 10:04:42 +05:30
2026-08-03 02:14:54 +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 });