Avatar for the web-infra-dev user
web-infra-dev
rspack
BlogDocsChangelog

feat: support rspack native fs watcher

#10658Merged
Comparing
feat/native-watcher
(
a226310
) with
main
(
8bc3ece
)
CodSpeed Performance Gauge
+21%
Improvements
1
Regressions
0
Untouched
15
New
0
Dropped
0
Ignored
0

Benchmarks

Improved

js@is css mod
tests/bench/ts-react.bench.ts::TypeScript React project::js@is css mod
CodSpeed Performance Gauge
+21%
112.3 µs
92.6 µs

Passed

bundle@basic-react-production
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle::bundle@basic-react-production
CodSpeed Performance Gauge
+1%
7.9 ms
7.8 ms
bundle@threejs-production-sourcemap
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle::bundle@threejs-production-sourcemap
CodSpeed Performance Gauge
0%
2.4 s
2.4 s
js@Traverse module graph by connections
tests/bench/ts-react.bench.ts::TypeScript React project::js@Traverse module graph by connections
CodSpeed Performance Gauge
0%
286 µs
285.1 µs
rust@build_chunk_graph
xtask/benchmark/benches/groups/build_chunk_graph.rs::chunk_graph::build_chunk_graph_benchmark::rust@build_chunk_graph
CodSpeed Performance Gauge
0%
91.5 ms
91.4 ms
js@record module
tests/bench/ts-react.bench.ts::TypeScript React project::js@record module
CodSpeed Performance Gauge
0%
2 ms
2 ms
js@stats.toJson()
tests/bench/ts-react.bench.ts::TypeScript React project::js@stats.toJson()
CodSpeed Performance Gauge
0%
25.4 ms
25.4 ms
js@record chunk group
tests/bench/ts-react.bench.ts::TypeScript React project::js@record chunk group
CodSpeed Performance Gauge
0%
83.2 µs
83.2 µs
rust@build_chunk_graph_parallel
xtask/benchmark/benches/groups/build_chunk_graph.rs::chunk_graph::build_chunk_graph_benchmark::rust@build_chunk_graph_parallel
CodSpeed Performance Gauge
0%
80.1 ms
80.2 ms
js@collect imported identifiers
tests/bench/ts-react.bench.ts::TypeScript React project::js@collect imported identifiers
CodSpeed Performance Gauge
0%
217 µs
217.2 µs
bundle@threejs-development
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle::bundle@threejs-development
CodSpeed Performance Gauge
0%
925.4 ms
926.4 ms
bundle@threejs-production
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle::bundle@threejs-production
CodSpeed Performance Gauge
0%
1.8 s
1.8 s
bundle@basic-react-production-sourcemap
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle::bundle@basic-react-production-sourcemap
CodSpeed Performance Gauge
0%
8.8 ms
8.9 ms
bundle@basic-react-development
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle::bundle@basic-react-development
CodSpeed Performance Gauge
0%
5.1 ms
5.1 ms
js@Traverse compilation.modules
tests/bench/ts-react.bench.ts::TypeScript React project::js@Traverse compilation.modules
CodSpeed Performance Gauge
0%
70.2 µs
70.3 µs
js@Traverse module graph by dependencies
tests/bench/ts-react.bench.ts::TypeScript React project::js@Traverse module graph by dependencies
CodSpeed Performance Gauge
-1%
569 µs
572.1 µs

Commits

Click on a commit to change the comparison range
Base
main
8bc3ece
0%
format js
a10c397
27 days ago
by GiveMe-A-Name
0%
update Zod shema and split test into nativeWatcher.test.js
d490c54
27 days ago
by GiveMe-A-Name
0%
fix typo
a40bbb6
27 days ago
by GiveMe-A-Name
0%
Adjust using FxHashMap instead of std hashmap
cb9b312
26 days ago
by GiveMe-A-Name
0%
Update path_manager comments
f62735c
26 days ago
by GiveMe-A-Name
0%
fix: add external dependencies to skip list in deny.toml
0a59229
26 days ago
by GiveMe-A-Name
0%
feat: add safety documentation for NativeWatcher watch method and improve import order in watch.ts
f290adb
26 days ago
by GiveMe-A-Name
0%
Remove unused import
15a5b67
26 days ago
by GiveMe-A-Name
0%
fix: improve documentation for nativeWatcher performance issues
b3b6228
26 days ago
by GiveMe-A-Name
0%
fix: remove trailing newline at the end of experiments documentation
069ae92
20 days ago
by GiveMe-A-Name
0%
fix: update native watcher to disable concurrent mode
b4ea4ec
20 days ago
by GiveMe-A-Name
0%
Merge branch 'main' into feat/native-watcher
bbc79c7
20 days ago
by GiveMe-A-Name
0%
fix: add conditional check for WASM platform in nativeWatcher tests
4f761e5
20 days ago
by GiveMe-A-Name
+1%
fix: refactor nativeWatcher tests to always run without WASM condition
b45944c
20 days ago
by GiveMe-A-Name
0%
fix: remove WASM condition for NativeWatcher test in jest config
c6c77c2
20 days ago
by GiveMe-A-Name
0%
Merge branch 'main' into feat/native-watcher
5166eda
19 days ago
by GiveMe-A-Name
-1%
fix: correct file extension for NativeWatcher test exclusion in Jest config
b6c781c
19 days ago
by GiveMe-A-Name
0%
Set default-features=false to notify dependency for reduce binary size
f245ff2
16 days ago
by GiveMe-A-Name
0%
feat: update NativeWatcher API to use NativeWatchResult and improve event handling
eb98412
15 days ago
by GiveMe-A-Name
+1%
Merge branch 'main' into feat/native-watcher
fd177de
15 days ago
by GiveMe-A-Name
-1%
feat: implement watcher instance with close, pause, and getInfo methods in MultiCompiler
841c4a3
15 days ago
by GiveMe-A-Name
+1%
Merge branch 'main' into feat/native-watcher
32b6c77
15 days ago
by GiveMe-A-Name
-1%
chore: update nativeWatcher version to 1.4.6 in documentation
57db755
14 days ago
by GiveMe-A-Name
0%
Update core.api.md
983e6b3
13 days ago
by GiveMe-A-Name
0%
Merge branch 'main' into feat/native-watcher
85cbd24
13 days ago
by GiveMe-A-Name
0%
docs: update experiments documentation for `nativeWatcher` and add details for `inlineConst` feature
70f4c2b
9 days ago
by GiveMe-A-Name
0%
chore: update glob-to-regexp dependency in package.json and prebundle.config.mjs
638acfd
9 days ago
by GiveMe-A-Name
-43%
fix: update missingDependencies to reference addedMissingDependencies instead of removedMissingDependencies
e584f39
9 days ago
by GiveMe-A-Name
+64%
Merge branch 'main' into feat/native-watcher
a226310
9 days ago
by GiveMe-A-Name
© 2025 CodSpeed Technology
Home Terms Privacy Docs