-
Notifications
You must be signed in to change notification settings - Fork 263
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
Benchmark Generator Refactoring #655
Conversation
Should we include README about how to use with the updated version? @happyandslow |
Also, there was also |
Done
I moved the data-loading part to the calling function so it should only be done once.
Let's just use one plotting function so all plots are globally interpretable. I moved some of your implementation to the current plotting script. |
* adding smoothed requests pattern * refactor synthetic generation to generate synthetic request size patterns * update README * clean up * patterns specific tag for synthetic load * add constant workload * add manually configured pattern for synthetic workload * clean up * update * clean up --------- Co-authored-by: Le Xu <le.xu@bytedance.com> Signed-off-by: Varun Gupta <varungup90@gmail.com>
Partially adopted from the experiment branch and @gangmuk implementation of synthetic load distribution (e9c996b)