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

Dev #55

Merged
merged 15 commits into from
Mar 31, 2023
Merged

Dev #55

merged 15 commits into from
Mar 31, 2023

Conversation

FreddyFunk
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Jan 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 ⚠️

Comparison is base (9c62941) 98.59% compared to head (43b38f9) 98.58%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
- Coverage   98.59%   98.58%   -0.01%     
==========================================
  Files           4        4              
  Lines         285      283       -2     
==========================================
- Hits          281      279       -2     
  Misses          4        4              
Flag Coverage Δ
unittests 98.58% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/file_system/filter/deduplication.cpp 100.00% <100.00%> (ø)
src/file_system/fsinfo.cpp 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

github-actions bot commented Jan 28, 2023

Benchmark Results 📊⏱️📐

Mode: RANDOM
Total test data size on disk: 866M
Directories: 2000
Files: 4002

Command Mean [s] Min [s] Max [s] Relative
find ./data ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD 2.173 ± 0.042 2.131 2.236 5.51 ± 0.12
ddk_dev -p data 0.395 ± 0.004 0.388 0.400 1.00
ddk -p data 0.405 ± 0.008 0.397 0.416 1.03 ± 0.02

Mode: 1GB
Total test data size on disk: 3.1G
Directories: 0
Files: 3

Command Mean [s] Min [s] Max [s] Relative
find ./data ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD 7.080 ± 0.069 7.002 7.160 10.58 ± 0.20
ddk_dev -p data 0.669 ± 0.010 0.659 0.684 1.00
ddk -p data 0.679 ± 0.007 0.672 0.687 1.02 ± 0.02

Mode: 1MB
Total test data size on disk: 1.1G
Directories: 1110
Files: 1111

Command Mean [s] Min [s] Max [s] Relative
find ./data ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD 2.611 ± 0.015 2.592 2.632 8.46 ± 0.10
ddk_dev -p data 0.309 ± 0.003 0.305 0.314 1.00
ddk -p data 1.060 ± 0.032 1.021 1.094 3.43 ± 0.11

Mode: 1KB
Total test data size on disk: 48M
Directories: 1110
Files: 11110

Command Mean [ms] Min [ms] Max [ms] Relative
find ./data ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD 253.5 ± 4.4 249.0 259.3 1.00
ddk_dev -p data 331.9 ± 5.8 327.9 342.1 1.31 ± 0.03
ddk -p data 8709.2 ± 192.2 8559.0 9046.1 34.35 ± 0.97

@github-actions github-actions bot added the bug-fix Fixes a bug label Mar 29, 2023
@FreddyFunk FreddyFunk merged commit 525ab26 into main Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant