Skip to content

STeLLAR: Open-source framework for serverless clouds benchmarking

License

Notifications You must be signed in to change notification settings

kavi-99/STeLLAR

Repository files navigation

vHive-bench CI Result

A framework for benchmarking the performance of popular serverless platforms.

Design

design

Flow Chart

flow chart

Data Transfer Measurement

transfer method

Common problems

AWS

  • Code storage limit
Cannot update function code: CodeStorageExceededException: Code storage limit exceeded.
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "886339b1-63ae-4f80-a923-7c1ed4201b6e"
  },
  Message_: "Code storage limit exceeded.",
  Type: "User"
}
  • Regional APIs limit 600

  • Unexplained AWS errors (solved by restarting experiment)

HTTP request failed with error dial tcp: lookup msi6v4vdwk.execute-api.us-west-1.amazonaws.com on 128.110.156.4:53: no such host 
HTTP request failed with error dial tcp: lookup 10m09hsby0.execute-api.us-west-1.amazonaws.com on 128.110.156.4:53: server misbehaving 

About

STeLLAR: Open-source framework for serverless clouds benchmarking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 71.3%
  • Python 19.8%
  • Shell 3.5%
  • Dockerfile 2.3%
  • Makefile 1.0%
  • Java 0.9%
  • Other 1.2%