mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-03 04:44:14 -04:00
- Introduced a new `core/benchmarks` module to facilitate performance testing and benchmarking. - Updated `Cargo.toml` to include the new benchmarks module in the workspace. - Refactored job handling in the `JobManager` and `JobExecutor` to support job resumption, enhancing the ability to recover from interruptions. - Improved logging throughout the job lifecycle to provide better visibility into job states and transitions. - Added integration tests for job pause/resume functionality, ensuring robustness in job management.