serverless-benchmarks icon indicating copy to clipboard operation
serverless-benchmarks copied to clipboard

Updating support for benchmark language versions

Open mcopik opened this issue 11 months ago • 3 comments

Since our last release, certain language runtimes have been deprecated, and new ones have been added. In preparation for the next release, we now need to prune the language versions that are no longer supported and add new ones.

We should drop the support for Python/Node.js which are no longer deployable to clouds; this change should be done separately for each cloud, e.g., drop Python 3.7 where it's no longer supported.

Systems/languages to support;

  • [x] AWS, Python
  • [x] AWS, Node.js
  • [ ] Azure, Python
  • [ ] Azure, Node.js
  • [ ] GCP, Python
  • [ ] GCP, Node.js
  • [ ] OpenWhisk, Python
  • [ ] OpenWhisk, Node.js

mcopik avatar Mar 22 '24 10:03 mcopik