Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark tests needed #1

Open
divinrkz opened this issue Nov 19, 2022 · 1 comment
Open

Benchmark tests needed #1

divinrkz opened this issue Nov 19, 2022 · 1 comment

Comments

@divinrkz
Copy link

Feature Description

Package mover would be even better if its benchmark tests can be portrayed.

The Problem

Since there is usage of Native commands, benchmarks to better showcase how time and CPU-efficient package-mover is would make a difference.
For example;

  • rsync is extremely slow to synchronize large amounts of small files (even empty ones).
  • for loops will delay enclosed statements for 0(n). Some loops are in parallel, which will significantly hurt, the project's performance time.

The Solution

  • Write benchmark tests.

Consider Alternatives

  • While copying, move peerDependencies to an upper level to be used by caller dependencies.
@IVainqueur
Copy link
Owner

IVainqueur commented Nov 19, 2022

Thank you @divinirakiza for raising the issue. I'll make sure that the next major release has benchmark tests and utilizes more efficient algorithms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants