From 6efce30e0b98f23e47d31c9457c4cbe26a7097fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Mar 2026 05:01:23 +0000 Subject: [PATCH] docs: update incremental benchmarks (3.0.1) --- .../benchmarks/INCREMENTAL-BENCHMARKS.md | 40 +++++++++++++++---- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/generated/benchmarks/INCREMENTAL-BENCHMARKS.md b/generated/benchmarks/INCREMENTAL-BENCHMARKS.md index e9041787..5b790f55 100644 --- a/generated/benchmarks/INCREMENTAL-BENCHMARKS.md +++ b/generated/benchmarks/INCREMENTAL-BENCHMARKS.md @@ -6,6 +6,8 @@ Import resolution: native batch vs JS fallback throughput. | Version | Engine | Files | Full Build | No-op | 1-File | Resolve (native) | Resolve (JS) | |---------|--------|------:|-----------:|------:|-------:|------------------:|-------------:| +| 3.0.1 | native | 165 | 2.3s ↑223% | 4ms ↓20% | 928ms ↑186% | 4ms ↑3% | 4ms ↓7% | +| 3.0.1 | wasm | 165 | 3.3s ↑62% | 6ms ↑20% | 1.0s ↓4% | 4ms ↑3% | 4ms ↓7% | | 3.0.0 | native | 164 | 721ms ↑152% | 5ms ↑25% | 325ms ↑141% | 4ms ↑21% | 4ms ↑30% | | 3.0.0 | wasm | 164 | 2.0s ↑128% | 5ms ↑25% | 1.1s ↑112% | 4ms ↑21% | 4ms ↑30% | | 2.6.0 | native | 146 | 286ms ↑3% | 4ms ↓33% | 135ms ↑5% | 3ms ~ | 3ms ↓3% | @@ -15,23 +17,23 @@ Import resolution: native batch vs JS fallback throughput. ### Latest results -**Version:** 3.0.0 | **Files:** 164 | **Date:** 2026-03-03 +**Version:** 3.0.1 | **Files:** 165 | **Date:** 2026-03-04 #### Native (Rust) | Metric | Value | |--------|------:| -| Full build | 721ms | -| No-op rebuild | 5ms | -| 1-file rebuild | 325ms | +| Full build | 2.3s | +| No-op rebuild | 4ms | +| 1-file rebuild | 928ms | #### WASM | Metric | Value | |--------|------:| -| Full build | 2.0s | -| No-op rebuild | 5ms | -| 1-file rebuild | 1.1s | +| Full build | 3.3s | +| No-op rebuild | 6ms | +| 1-file rebuild | 1.0s | #### Import Resolution @@ -42,10 +44,32 @@ Import resolution: native batch vs JS fallback throughput. | JS fallback | 4ms | | Per-import (native) | 0ms | | Per-import (JS) | 0ms | -| Speedup ratio | 1.2x | +| Speedup ratio | 1.1x |