spcl/serverless-benchmarks

Cost estimations

Open

#285 opened on Feb 19, 2026

 (0 comments) (0 reactions) (0 assignees)Python (99 forks)auto 404
awsazuregcpgood first issue

Repository metrics

Stars
 (196 stars)
PR merge metrics
 (Avg merge 2d 9h) (6 merged PRs in 30d)

Description

Currently, our perf-cost experiment does not attempt to provide any cost estimations. We should provide this functionality, hardcode cloud costs per supported regions (or query them, if there's an API for it):

  • Function duration and memory costs
  • Function invocation costs
  • State transitions for workflows
  • Estimate storage accesses

Contributor guide