Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 738 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 738 Bytes

Test builder

Test builder is a comprehensive tool used to easily generate test sequences based on parameterized workloads and protocol drivers.

It can currently generate test sequences for the following workloads (see Distbench Test Workloads for more information).

  • Client Server
  • Clique
  • Tripartite
  • Multi Level RPC (Those workloads are defined at the end of test_builder source by functions such as client_server_traffic_pattern_setup).

And for the following protocol drivers:

  • grpc

It can be easily extended to support more protocol drivers and workloads.

Use the help option to get a comprehensive introduction to the test_builder tool:

$ ./test_builder --help