-
Notifications
You must be signed in to change notification settings - Fork 5
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
start up delays & cold-starts #1
Comments
Thanks! Accounting for cold-starts of serverless functions I would probably change/manipulate the input data so that the first n requests take longer to execute. This can be done based on the input data or programmatically. This could be a place to start investigating:
As for the VMs, I would probably also edit the input parameters by changing the actual duration of a VM
A better solution would be to change simulator logic to first simulate a load only with FaaS and then slowly start switching load to VMs (currently it is the other way round, see thesis-msc-simulator/simulator/runner.py Line 52 in 927d347
|
This is great :)
Does this simulator take into consideration startup delays for VMs and also cold-starts for the serverless functions? If not what would be the best to incorporate that?
The text was updated successfully, but these errors were encountered: