Marcin Copik
Marcin Copik
@HelloWorldGitHubUser To be honest, I never used this script - I deployed OpenWhisk on a `kind` cluster by following the [official guideline](https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-kind.md). I believe @pmzuk used this - he's the...
Thanks @pmzuk for help :-)
@DaY1zz Thanks for raising the issue! Indeed, the enforcement of cold start is not implemented on OpenWhisk. Let me check if this feature can be added easily. Meanwhile, you can...
@DaY1zz You should be able to run the `perf-cost` experiment with `experiments`: `warm` and `sequential`. Other types require enforcing cold starts. https://github.com/spcl/serverless-benchmarks/blob/master/config/example.json#L14
@harnaman-hk Yes, please! I'd recommend starting with the environment of OpenWhisk actions - see if updating any part of the configuration invalidates existing containers, and the consecutive invocations will be...
@Rajiv2605 It depends on their type - functions should be fairly straightforward, while applications can take a lot of time to port and test for correctness. I think that once...
@Rajiv2605 Working on deliverables during the community bonding period is not required, but it's a great time to do research, work with other libraries/projects and ensure they work as expected.
Adding one more interesting application - [serverless maps from HackerNews](https://news.ycombinator.com/item?id=35089776).
@lawrence910426 As I said above, we already have code for that :-) However, other Monte Carlo simulations might be a great addition! If you know some other examples from QuantLib,...
@nervermore2 Please try to refresh all of the locally cached Docker images - I had to rebuild and push new versions to support the new versions of some the benchmarks;...