-
Notifications
You must be signed in to change notification settings - Fork 405
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
clients in fabric-ccp.yaml file #393
Comments
@quangtdn Sorry for the late response. Here's the glossary (that we'll need to add to the documentation as well):
TL;DR; Hope this clarifies it a bit. We'll create a glossary once we aggree on the terminology :) |
@aklenik Should 100tps mean that the total transaction/send rate of all N Fabric clients is 100tps? I am sorry as I find it a bit confused. Thank you very much for your clarification. |
@quangtdn The two client concept is totally orthogonal to each other. A 100TPS load setting will be distributed among the 10 Caliper clients, so each Caliper client will generate a 10TPS load. This means that your In this So it's your task to decide which Fabric client should invoke a specific transaction (this is a business logic detail). Right now you can't really assign Fabric Clients to Caliper Clients, since the Caliper Client index is not passed to the user module's
|
@aklenik Thank you for your clarification.
Thank you! |
|
Oh thank you @aklenik ! Your explanation does help much. |
Hi there,
I want to ask about the clients specified in fabric-ccp.yaml files. As I see, the clients that Caliper uses to run the benchmark are those specified in the config.yaml file (with type local or Zookeeper). Then what are those clients specified in fabric-ccp.yaml? In the fabric.yaml files, there is actually no specification for clients.
Thank you.
The text was updated successfully, but these errors were encountered: