vhive-serverless / invitro

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

Separate RPS mode option from platform #536

Open leokondrashov opened 4 weeks ago

leokondrashov commented 4 weeks ago

Version & Branch

main branch

Expected Behaviour

In the configuration of the loader, to enable RPS mode, we need to append -RPS to the platform option, which doesn't make much sense. To make it sensible, we better use a separate knob for the RPS mode or replace the trace with a special value (since we can have either trace mode or RPS mode).