web-infra-dev
rspack
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): update github-actions
renovate/github-actions
3 hours ago
fix(rspack_watcher): scan after registering the disk watcher to close a startup race FsWatcher::wait_for_event ran the startup scan before disk_watcher.watch(), and the scan runs in spawned tasks, so it could snapshot a file's mtime before the inotify/FSEvents watch was active. A change landing in that window was detected by neither path: the scan read the pre-change mtime (so mtime > start_time was false) and the watch was not yet active to deliver the live event, so no rebuild was scheduled. notify's watch() registers the kernel watch synchronously, so moving the scan to run after it returns closes the gap: a change before the watch is active is on disk by scan time (caught by the scan) and a change after it is active is caught by the live watcher. Fixes the flaky nativeWatcherCases-watchCases/change-event/metadata test (should compile step 1) that intermittently timed out at 30s on Linux CI.
fix/native-watcher-scan-after-arm
4 hours ago
test(css): align css/reexport with css-module-lexer 0.0.16 css-module-lexer 0.0.16 (pulled in by #14056) fixes a block-nesting miscount. In 0.0.15 that bug, for a top-level `composes` following an `@value name: <ident>;` declaration, raised a spurious "Composition is not allowed in nested rule" warning, dropped the `composes`, and leaked the following `@value`/`composes` as raw text into the output CSS. Now that 0.0.16 processes these correctly, remove the obsolete warnings.js and regenerate the snapshots, which fixes the main-branch CI failure without reverting the bump.
fix/css-reexport-test-css-module-lexer-0.0.16
5 hours ago
chore(deps): update rstackjs/setup-node action to v6
renovate/major-github-actions
5 hours ago
chore(deps): update github-actions
renovate/github-actions
5 hours ago
perf: CachedConstDependency
atom-skill
7 hours ago
chore: add Rust CodSpeed walltime benchmark (#14216) chore: add rust codspeed walltime bench
main
7 hours ago
perf: CachedConstDependency
atom-skill
8 hours ago
Latest Branches
CodSpeed Performance Gauge
-1%
chore(deps): update github-actions
#14235
3 hours ago
4cea1c2
renovate/github-actions
CodSpeed Performance Gauge
0%
fix(rspack_watcher): scan after arming the disk watcher to close a startup race
#14210
5 hours ago
1210ca5
fix/native-watcher-scan-after-arm
CodSpeed Performance Gauge
-6%
test(css): align css/reexport with css-module-lexer 0.0.16
#14237
5 hours ago
5e1cf59
fix/css-reexport-test-css-module-lexer-0.0.16
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs