Devalent / lambda-benchmarks

AWS Lambda ARM64 vs x64 CPU benchmarks for Node.js and native code.

Home Page:https://devalent.com/blog/aws-lambda-arm64-vs-x64-benchmarks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Lambda performance benchmark

Runs basic Express and Sharp benchmarks on AWS Lambda on x86-64 and ARM64 functions of various sizes.

Requirements

  • Node.js
  • Docker
  • AWS CLI
  • Pulumi

Setup

  1. npm i && cd docker && npm i && cd ..
  2. pulumi up -y
  3. npm run docker
  4. Go to the AWS Lambda console and run lambda-benchmarks-main-runner function.

Credits

Photo by Errin Casano from Pexels

About

AWS Lambda ARM64 vs x64 CPU benchmarks for Node.js and native code.

https://devalent.com/blog/aws-lambda-arm64-vs-x64-benchmarks/

License:MIT License


Languages

Language:TypeScript 89.9%Language:Shell 10.1%