fsspec / ossfs

fsspec filesystem for Alibaba Cloud (Aliyun) Object Storage System (OSS)
Apache License 2.0
21 stars 11 forks source link

Add benchmarks to compare the performance of sync and async version of OSS #115

Closed karajan1001 closed 1 year ago

karajan1001 commented 1 year ago

fix: #114

  1. Add new benchmarks for put and get
  2. Separate functional tests and benchmarks
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 12.50% and project coverage change: -1.68 :warning:

Comparison is base (a49a098) 92.61% compared to head (3a9ac4e) 90.93%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #115 +/- ## ========================================== - Coverage 92.61% 90.93% -1.68% ========================================== Files 13 14 +1 Lines 1719 1754 +35 Branches 349 354 +5 ========================================== + Hits 1592 1595 +3 - Misses 85 118 +33 + Partials 42 41 -1 ``` | [Impacted Files](https://codecov.io/gh/fsspec/ossfs/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [tests/bench/test\_put\_get.py](https://codecov.io/gh/fsspec/ossfs/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvYmVuY2gvdGVzdF9wdXRfZ2V0LnB5) | `0.00% <0.00%> (ø)` | | | [tests/func/test\_bucket.py](https://codecov.io/gh/fsspec/ossfs/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvZnVuYy90ZXN0X2J1Y2tldC5weQ==) | `100.00% <ø> (ø)` | | | [tests/func/test\_login.py](https://codecov.io/gh/fsspec/ossfs/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvZnVuYy90ZXN0X2xvZ2luLnB5) | `100.00% <ø> (ø)` | | | [tests/func/test\_ossfs.py](https://codecov.io/gh/fsspec/ossfs/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvZnVuYy90ZXN0X29zc2ZzLnB5) | `100.00% <ø> (ø)` | | | [tests/func/test\_file.py](https://codecov.io/gh/fsspec/ossfs/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvZnVuYy90ZXN0X2ZpbGUucHk=) | `100.00% <100.00%> (ø)` | | | [tests/func/test\_object.py](https://codecov.io/gh/fsspec/ossfs/pull/115?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvZnVuYy90ZXN0X29iamVjdC5weQ==) | `99.50% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://codecov.io/gh/fsspec/ossfs/pull/115/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

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