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

feat: add ability to benchmark multiple sources of the same type #4

Open
merklefruit opened this issue Feb 28, 2024 · 0 comments · May be fixed by #5
Open

feat: add ability to benchmark multiple sources of the same type #4

merklefruit opened this issue Feb 28, 2024 · 0 comments · May be fixed by #5
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@merklefruit
Copy link

merklefruit commented Feb 28, 2024

It would be useful to benchmark different environments, tiers or regions of Fiber at the same time.
This means adding the ability to have more than 1 fiber source.

Implementation

Since we can already have multiple Fiber endpoints to support the multiplexed client,
we can start by adding a --fiber-only flag that:

  1. uses each unique fiberEndpoint to setup a new fiber source (with the same api key for now should be fine)
  2. configure a second fiber endpoint as "other source" in TransactionBenchmarker
@merklefruit merklefruit added enhancement New feature or request good first issue Good for newcomers labels Feb 28, 2024
@merklefruit merklefruit linked a pull request Feb 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant