open-io / oio-sds

High Performance Software-Defined Object Storage for Big Data and AI, that supports Amazon S3 and Openstack Swift
https://www.openio.io
Other
664 stars 93 forks source link

tools: implement a basic benchmark for the account service #2076

Closed fvennetier closed 4 years ago

fvennetier commented 4 years ago
SUMMARY

Implement a basic benchmark for the account service which will send account/container/update requests as fast as possible for 60s.

ISSUE TYPE
COMPONENT NAME
SDS VERSION
openio 7.0.1.dev24
codecov-commenter commented 4 years ago

Codecov Report

Merging #2076 into 7.x will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              7.x    #2076      +/-   ##
==========================================
- Coverage   78.45%   78.41%   -0.04%     
==========================================
  Files         378      378              
  Lines       73564    73596      +32     
  Branches     6571     6571              
==========================================
- Hits        57708    57701       -7     
- Misses      15651    15690      +39     
  Partials      205      205              
Impacted Files Coverage Δ
oio/common/easy_value.py 82.46% <0.00%> (-7.19%) :arrow_down:
tests/functional/content/test_service_id.py 78.83% <0.00%> (-5.88%) :arrow_down:
meta2v2/meta2_server.c 77.97% <0.00%> (-5.08%) :arrow_down:
metautils/lib/volume_lock.c 70.74% <0.00%> (-4.87%) :arrow_down:
oio/content/plain.py 72.42% <0.00%> (-3.44%) :arrow_down:
oio/event/filters/replicate.py 76.20% <0.00%> (-2.75%) :arrow_down:
oio/common/storage_functions.py 85.07% <0.00%> (-2.59%) :arrow_down:
tests/functional/cli/admin/test_item_check.py 69.75% <0.00%> (-2.56%) :arrow_down:
oio/directory/indexer.py 72.23% <0.00%> (-2.38%) :arrow_down:
oio/blob/indexer.py 67.43% <0.00%> (-2.27%) :arrow_down:
... and 48 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 316fa52...a4ba6df. Read the comment docs.