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
149 stars 67 forks source link

Fix #111 - incorrect igraph version #113

Closed mcopik closed 1 year ago

mcopik commented 1 year ago

The version of igraph that we were using - 0.7.1 - was too old and caused issues after updating Python versions and underlying containers for the local deployment.

To finish the pull request, we need to verify that it does not impact the cloud deployment.

mcopik commented 1 year ago

The new versions have been tested on AWS. Thanks to @jchigu for raising the issue.