Closed Andrea-Scuderi closed 4 years ago
Good examples of the wanted solution can be found here:
see response to my answer
This can be helpful too https://github.com/theburningmonk/lambda-coldstart-comparison
Interesting article: https://medium.com/the-theam-journey/benchmarking-aws-lambda-runtimes-in-2019-part-i-b1ee459a293d
Added hello world example in swift: https://github.com/Andrea-Scuderi/aws-lambda-benchmark
The investigation it's closed. Read the results here: https://medium.com/better-programming/swift-on-aws-lambda-performs-like-node-and-python-using-swift-sprinter-d920521130f1
Evaluate the performance of this library by comparing it with different languages We need to compare the same example 'HelloWorld' by running it with Lambda using the same configuration but with different languages.
Swift, C#, Java, Go, NodeJS, Python, Ruby, PowerShell
Wanted solution We need a CloudFormation or SAM template to build the test environment. We need the code to run the performance test and obtain a csv or a JSON file with the results. We need a tool to show the graphics of the result. We should be able to change the example to evaluate the performances with a more complex one. The solution should be automated.