deno-lambda icon indicating copy to clipboard operation
deno-lambda copied to clipboard

Benchmarks

Open shellscape opened this issue 3 years ago • 6 comments

Howdy :wave: Just wondering if you had benchmarks for Deno performance on Lambda squirreled away you could share. Trying to convince a team to give this a shot and benchmarks was the first thing they asked for.

shellscape avatar Nov 08 '21 03:11 shellscape

Hi @shellscape, What type of benchmarks are you hoping for? thx

Alon2303 avatar May 09 '22 02:05 Alon2303

I would be interested in the following benchmarks, on a matrix of 128mb, 256mb, 512mb lambdas

  • Cold Start; with echo response, no deps
  • Warm Start; with echo response, no deps
  • Fetch from dynamo; minimal deps
  • Parse GraphQL query, generate response from hardcoded data

kyeotic avatar May 24 '22 15:05 kyeotic

@Alon2303 I think @kyeotic nailed some great ones.

shellscape avatar Aug 15 '22 15:08 shellscape

It'd be great, if you consider contributing to:

There's bun, so deno setup should be almost identical.

o-alexandrov avatar Nov 21 '23 17:11 o-alexandrov