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

[Fix] : Update requirements for Pillow and Igraph for Python3.10 #200

Closed prajinkhadka closed 6 months ago

prajinkhadka commented 7 months ago

Verified by running regression tests on AWS for python3.10

Succesfully executed 9 out of 10 functions
- 501.graph-pagerank
- 311.compression
- 503.graph-bfs
- 220.video-processing
- 210.thumbnailer
- 504.dna-visualisation
- 502.graph-mst
- 110.dynamic-html
- 120.uploader
Failures when executing 1 out of 10 functions
- 411.image-recognition
prajinkhadka commented 7 months ago

@mcopik Here, I have added added correct requirements for the benchmarks.

prajinkhadka commented 6 months ago

Closing this PR, will be working on the #198