From 14e8ea59635f1989bf9bf1aa458b610f3c1bd85b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Mar 2026 11:46:32 +0000 Subject: [PATCH] docs: update incremental benchmarks (2.6.0) --- .../benchmarks/INCREMENTAL-BENCHMARKS.md | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/generated/benchmarks/INCREMENTAL-BENCHMARKS.md b/generated/benchmarks/INCREMENTAL-BENCHMARKS.md index 4ab0041b..d39248d9 100644 --- a/generated/benchmarks/INCREMENTAL-BENCHMARKS.md +++ b/generated/benchmarks/INCREMENTAL-BENCHMARKS.md @@ -6,8 +6,8 @@ Import resolution: native batch vs JS fallback throughput. | Version | Engine | Files | Full Build | No-op | 1-File | Resolve (native) | Resolve (JS) | |---------|--------|------:|-----------:|------:|-------:|------------------:|-------------:| -| 2.6.0 | native | 146 | 286ms ↑3% | 4ms ↓33% | 135ms ↑5% | 3ms ~ | 3ms ↓3% | -| 2.6.0 | wasm | 146 | 899ms ~ | 4ms ↓20% | 503ms ↑37% | 3ms ~ | 3ms ↓3% | +| 2.6.0 | native | 146 | 282ms ~ | 4ms ↓33% | 132ms ↑2% | 3ms ~ | 4ms ↑6% | +| 2.6.0 | wasm | 146 | 924ms ↑4% | 5ms ~ | 504ms ↑37% | 3ms ~ | 4ms ↑6% | | 2.5.1 | native | 142 | 277ms | 6ms | 129ms | 3ms | 3ms | | 2.5.1 | wasm | 142 | 888ms | 5ms | 368ms | 3ms | 3ms | @@ -19,17 +19,17 @@ Import resolution: native batch vs JS fallback throughput. | Metric | Value | |--------|------:| -| Full build | 286ms | +| Full build | 282ms | | No-op rebuild | 4ms | -| 1-file rebuild | 135ms | +| 1-file rebuild | 132ms | #### WASM | Metric | Value | |--------|------:| -| Full build | 899ms | -| No-op rebuild | 4ms | -| 1-file rebuild | 503ms | +| Full build | 924ms | +| No-op rebuild | 5ms | +| 1-file rebuild | 504ms | #### Import Resolution @@ -37,10 +37,10 @@ Import resolution: native batch vs JS fallback throughput. |--------|------:| | Import pairs | 171 | | Native batch | 3ms | -| JS fallback | 3ms | +| JS fallback | 4ms | | Per-import (native) | 0ms | | Per-import (JS) | 0ms | -| Speedup ratio | 1.1x | +| Speedup ratio | 1.2x |