web-infra-dev
rspack
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(ci): use unique job IDs in bench workflows to avoid CodSpeed data loss (#13542) * chore: split rust bench * chore: fix pnpm install * chore: split build & task in top-level * chore: fix * chore: try again * fix(ci): use unique job IDs in bench workflows to avoid CodSpeed data loss CodSpeed uses GITHUB_JOB to build run_part_id for grouping uploads. Both bench-binding.yml and bench-rust.yml had their job ID set to "bench", causing identical run_part_id values under the same GITHUB_RUN_ID. This made CodSpeed treat them as the same run part, resulting in one overwriting the other (JS binding benchmarks skipped). --------- Co-authored-by: hardfist <yangjianzju@gmail.com>
main
2 minutes ago
fix(esm-library): handle CSS modules in preserveModules CSS modules (native `experiments.css` or mini-css-extract) under `output.library.preserveModules` caused either "chunk xxx should have at least one file" or "Multiple assets emit different content to the same filename". preserveModules set the JS filename_template on CSS chunks, left chunks nameless so multiple CSS files collapsed onto `.css`, and the ESM render phase emitted `import "__RSPACK_ESM_CHUNK_<id>"` placeholders pointing at CSS-only chunks with no JS file. Classify modules in preserve_modules by source_types and set css_filename_template for CSS modules (preserving the `.css` extension and source path), skip CSS-only modules/chunks in the ESM render paths that emit JS-side requires / cross-chunk imports, and make CssExtractRspackPlugin honor chunk.css_filename_template so preserveModules can override its per-chunk filename.
fy/friendly-volhard
5 minutes ago
fix(cli): disable hmr in preview
chenjiahan/fix-preview-hmr-warning
21 minutes ago
chore: try increase increase memory
yj/test-wasm
22 minutes ago
fix(javascript): remove needless borrow in side effects flag plugin
codex/reuse-side-effects-state
29 minutes ago
test(swc-loader): use detectSyntax auto in test configs (#13667)
main
31 minutes ago
Merge branch 'main' into fix/bench-codspeed-run-part-id
fix/bench-codspeed-run-part-id
33 minutes ago
feat(create-rspack): reuse rspack config in rstest templates (#13666) fix(create-rspack): reuse rspack config in rstest templates
main
46 minutes ago
Latest Branches
CodSpeed Performance Gauge
-6%
fix(esm-library): handle CSS modules in preserveModules
#13670
15 minutes ago
73feb3d
fy/friendly-volhard
CodSpeed Performance Gauge
-3%
fix(cli): disable hmr in preview
#13669
30 minutes ago
dfae513
chenjiahan/fix-preview-hmr-warning
CodSpeed Performance Gauge
-2%
chore: test wasm memory
#13655
32 minutes ago
cb333d5
yj/test-wasm
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs