atlarge-research / yardstick

21 stars 11 forks source link

Making it easy to do analysis later and across multiple runs #34

Closed anmolbhatia05 closed 9 months ago

anmolbhatia05 commented 9 months ago

The idea is to make it easier to build plots and do custom analysis across multiple runs.

For this - 1) Putting a copy of the experiment configs in the exp folder 2) making the folder smaller by deleting the binaries after the experiment 3) change the server logs and prometheus data from timestamps to duration from start, so that custom graphs can be made without worrying about all the different timestamps across different runs. @AbhilashBalaji