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
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:
uses each unique fiberEndpoint to setup a new fiber source (with the same api key for now should be fine)
configure a second fiber endpoint as "other source" in TransactionBenchmarker
The text was updated successfully, but these errors were encountered:
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:TransactionBenchmarker
The text was updated successfully, but these errors were encountered: