You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Spade Retrieval bot just does one challenge (link) per level of the tree
modify it so we can parameterize # of challenges to do per level, to get more coverage of the tree with each retrieval test
for example, with a MaxDepth of 3, we could do 4 cids at the top level, then 2 cids for each of those at the intermediate level, then 1 cid at the bottom level, resulting in 8 data CIDs tested total (with 16 total bitswap retrievals performed)
The text was updated successfully, but these errors were encountered:
Technically, longer term this will be controlled by the specific Tenant and how "stringent" they want to be about their retrieval testing. But, for now let's make this an environment variable that applies to all tests since we don't have that Tenant side built out yet.
MaxDepth
of3
, we could do4
cids at the top level, then2
cids for each of those at the intermediate level, then1
cid at the bottom level, resulting in8
data CIDs tested total (with 16 total bitswap retrievals performed)The text was updated successfully, but these errors were encountered: