vhive-serverless / invitro

Load generator and trace sampler for serverless computing
MIT License
17 stars 14 forks source link

add loader dry run #558

Open nosnelmil opened 2 weeks ago

nosnelmil commented 2 weeks ago

Summary

Adds a dry run flag to the loader, enabling users to execute the loader without generating trace loads or running experiments. Also adds a simple validation for cpu limit field in loader config.

Implementation Notes :hammer_and_pick:

External Dependencies :four_leaf_clover:

Breaking API Changes :warning:

Simply specify none (N/A) if not applicable.

leokondrashov commented 1 week ago

I think you forgot the CPU limit check that we were talking about, please add it

nosnelmil commented 1 week ago

I think you forgot the CPU limit check that we were talking about, please add it

Oh yes, thought I will be adding that in another PR, will add that in