bcgov / von

Verifiable Organizations Network
https://digital.gov.bc.ca/digital-trust
Other
51 stars 22 forks source link

Revocation load testing #357

Closed esune closed 3 years ago

esune commented 3 years ago

@swcurran can I close this "generic" ticket I was using when load-testing revocation? Do we have new tickets, or do we need to log them?

c.c.: @sklump

esune commented 3 years ago

The issue I logged in indy-sdk seems to have been acknowledged (thumbs up from one of the maintainers). Not sure whether we have additional things we need to track on our end.

swcurran commented 3 years ago

I think we should log a ticket in ACA-Py and document the risk there and track the indy-sdk solution there. I also think we should add that to a README somewhere -- perhaps in the "dev" readme.

Are there any artifacts that will let us run a load test again in the future -- once the indy-sdk piece is completed?

esune commented 3 years ago

I logged a new issue to track the work: https://github.com/hyperledger/aries-cloudagent-python/issues/745

I created a small project that can help with load testing locally: all it does is spin up two agents using the same wallet, a controller, and start issuing/revoking credentials on a very small-sized registry. The code is here.