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
Client code is scattered across multiple files, and the same code(request packet formation, request Tx, and response Rx, etc.) is used multiple times in different clients, which requires manual changes in each client file(whenever needed).
Design the client layout, maybe in a way where standard code is shared across all the clients, and we only need to implement a trait per client.
Allow both open-loop and closed-loop load generation from the client
Add a few test cases, maybe automate the YCSB(or some other) benchmark to compare the performance across commits?
The text was updated successfully, but these errors were encountered:
Client code is scattered across multiple files, and the same code(request packet formation, request Tx, and response Rx, etc.) is used multiple times in different clients, which requires manual changes in each client file(whenever needed).
The text was updated successfully, but these errors were encountered: