vhive-serverless / invitro

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

Reuse Knative services #130

Open cvetkovic opened 1 year ago

cvetkovic commented 1 year ago

Reuse Knative services (deployments) between experiments to avoid high latency for deploying functions.

ustiugov commented 1 year ago

Need to be careful with this because under load some instances may carry side effects from one step of loader to another...