Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 807 Bytes

File metadata and controls

11 lines (11 loc) · 807 Bytes

Serverless playground

Here you can find several experiments with existing cloud providers infrastructure and their serverless features. Namely:

  • Experiment #1. Simple benchmarking for Java8/GraalVM -based AWS Lambdas and their NodeJS competitor. Java service created with Micronaut, cloud delivery implemented with Serverless and load testing done with k6. See cold/warm latency numbers for client-side and AWS-side measurements.
  • Experiment #2. Evaluates GCP Cloud Run in combination with GraalVM native images. Again, Micronaut used as an initial Java framework. See latency numbers and stats attached.