From 8fdb850e09e56003da9d2e4cdcbe6a4b98cec432 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Mar 2026 23:10:56 +0000 Subject: [PATCH] docs: update incremental benchmarks (3.0.4) --- .../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 6228c4f9..2d786edb 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.4 | native | 177 | 1.0s ↓41% | 319ms ↑7875% | 338ms ↓2% | 4ms ↑6% | 4ms ~ | +| 3.0.4 | wasm | 177 | 2.5s ↑6% | 5ms ~ | 568ms ↑12% | 4ms ↑6% | 4ms ~ | | 3.0.3 | native | 172 | 1.8s ↓9% | 4ms ↓20% | 346ms ~ | 3ms ↓3% | 4ms ↓7% | | 3.0.3 | wasm | 172 | 2.4s ↓6% | 5ms ↓17% | 505ms ~ | 3ms ↓3% | 4ms ↓7% | | 3.0.2 | native | 172 | 1.9s ↓17% | 5ms ↑25% | 349ms ↓62% | 4ms ↓3% | 4ms ↑7% | @@ -21,37 +23,59 @@ Import resolution: native batch vs JS fallback throughput. ### Latest results -**Version:** 3.0.3 | **Files:** 172 | **Date:** 2026-03-04 +**Version:** 3.0.4 | **Files:** 177 | **Date:** 2026-03-06 #### Native (Rust) | Metric | Value | |--------|------:| -| Full build | 1.8s | -| No-op rebuild | 4ms | -| 1-file rebuild | 346ms | +| Full build | 1.0s | +| No-op rebuild | 319ms | +| 1-file rebuild | 338ms | #### WASM | Metric | Value | |--------|------:| -| Full build | 2.4s | +| Full build | 2.5s | | No-op rebuild | 5ms | -| 1-file rebuild | 505ms | +| 1-file rebuild | 568ms | #### Import Resolution | Metric | Value | |--------|------:| | Import pairs | 202 | -| Native batch | 3ms | +| Native batch | 4ms | | JS fallback | 4ms | | Per-import (native) | 0ms | | Per-import (JS) | 0ms | -| Speedup ratio | 1.2x | +| Speedup ratio | 1.1x |