-
-
Notifications
You must be signed in to change notification settings - Fork 203
Add CI benchmark for resolver performance #482
Copy link
Copy link
Open
Description
Have you used AI?
No
Feature Proposal
Unlike webpack (where build time is the primary metric), evaluating resolver performance requires measuring specific metrics that build-time benchmarks often overlook
-
Throughput regression / tinybench + CodSpeed
Measure resolver throughput (ops/sec) using tinybench integrated with CodSpeed -
Cache efficiency tracking / custom measurement
UnsafeCachePluginandCachedInputFileSystemhave no built-in counters, cache metrics cannot be captured directly by CodSpeed. Instead, maybe use a proxy based measurement script to replay real world resolve workloads and report cache statistics
Feature Use Case
perf check
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels