This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git
from 39877d8bc Merge pull request #1844 from
apache/dependabot/npm_and_yarn/dot-github/actions/skip-duplicate-actions/json5-1.0.2
new 4cd6073aa optimize read_in_chunks
new 04f310a93 fix PR remarks
new fc05a9b85 fix mr remarks
new 523838cd5 Add baseline microbenchmarks for changes in #1847. Also
compare it against previous implementation.
new 13bce52ab Add changelog entry for #1847.
new 9b026da46 Run pyupgrade on the new microbenchmark file.
new 9de7b7756 Merge pull request #1847 from Tobi995/optimize-read-in-chunks
The 9621 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.rst | 10 ++
libcloud/test/benchmarks/test_read_in_chunks.py | 153 ++++++++++++++++++++++++
libcloud/test/test_utils.py | 29 ++++-
libcloud/utils/files.py | 17 ++-
tox.ini | 1 +
5 files changed, 208 insertions(+), 2 deletions(-)
create mode 100644 libcloud/test/benchmarks/test_read_in_chunks.py