Thieu Nguyen
Thieu Nguyen
Hello @mcopik, Thank you for outlining the specific benchmarks you're interested in: computation in FLOPS/instructions, memory allocation, storage read/write, and disk read/write. I've reviewed our current benchmark suite, and here...
Hi @mcopik , I'm leaning towards writing functions that are similar to the current, pre-written one, rather than creating a dynamic generator. From my POV, - Current functions are reliable...
Hi @octonawish-akcodes, I totally agree with the idea of using the functions we already have. Right now, I'm trying out some different kinds of functions for the new serverless-benchmark issue...
Thank you for your input, @mcopik. I've been exploring how functions work together and found a really helpful paper, ServerlessBench: [ServerlessBench Paper](https://serverlessbench.systems/socc20-serverlessbench.pdf) This paper dives deep into how serverless functions...
Hello @mcopik, I have reviewed the problem and believe that implementing merge container support would be beneficial. I am considering using ECR by building Docker locally, then uploading it to...
Hello @mcopik, Thanks for the info you shared. I have a few points of clarification regarding the ccp_branch, and I would appreciate your insights 1. Master Branch Process: Right now,...
**Instruction on how to add Interactive Endpoint to Slack:** In order for Slack to interact with our back-end, we would need an open HTTP endpoint. After creating the url, go...
**Instruction for the Slack Bot authentication** Our bot will use the personal token to verify the source of the request. You'll have to go to your app -> Basic Information...