spcl / serverless-benchmarks

SeBS: serverless benchmarking suite for automatic performance analysis of FaaS platforms.
https://mcopik.github.io/projects/sebs/
BSD 3-Clause "New" or "Revised" License
150 stars 68 forks source link

Updating support for benchmark language versions #196

Closed mcopik closed 4 months ago

mcopik commented 8 months ago

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;

octonawish-akcodes commented 8 months ago

Can i get some more guidance here like what files I should look up to?

mcopik commented 8 months ago

@octonawish-akcodes All definitions of supported language versions are in the config/systems.json. To add support for new versions, you need to verify that Docker images build for it.

octonawish-akcodes commented 8 months ago

I tried to remove the AWS 3.7 python support since its no longer supported and raised a PR #198 @mcopik

mcopik commented 4 months ago

Fixed with #198