Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scenario: ipfs-rpc runtime variable exposure #48

Open
3benbox opened this issue Aug 1, 2023 · 0 comments
Open

Scenario: ipfs-rpc runtime variable exposure #48

3benbox opened this issue Aug 1, 2023 · 0 comments

Comments

@3benbox
Copy link
Contributor

3benbox commented Aug 1, 2023

The current ipfs-rpc scenario performs an initial write, then reads for the duration of the test.

The scenario should be updated to take additional parameters to include a percent of read/writes and a sleep interval.

The initial action is always a write, then after the sleep interval perform a read or write based on the the percentage supplied. A read action reads the last write, a write creates a new trackable IPLD.

Extra credit to supply a redis or s3 endpoint (minio for local) to centrally store the dag objects for future reads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant