PlatformLab / HomaModule

A Linux kernel module that implements the Homa transport protocol.
175 stars 43 forks source link

Dist to proto #40

Closed alexisbarraza3293 closed 1 year ago

alexisbarraza3293 commented 1 year ago

This branch adds code to HomaModule to produce text proto files from the workload distributions in HomaModule/util/dist.cc that can be used in Distbench. Generate_configs.sh invokes dist_to_proto.sh for all 5 workloads and calls dist_to_proto.cc which writes out the cdf points and converts Gbps to us.

danmanj commented 1 year ago

LGTM