tree: e5b509983172f9af78c4e88c932b3f4febf019aa [path history] [tgz]
  1. deno.ts
  2. node.js
  3. README.md
bindings/nodejs/benchmark/README.md

OpenDAL Node.js Bindings Benchmark

This benchmark is test against the opendal and aws js sdk.

To run the benchmark, please make sure the following env have been set correctly.

  • AWS_S3_ENDPOINT: the endpoint of the s3 service
  • AWS_S3_REGION: the region of the s3 service
  • AWS_ACCESS_KEY_ID: the access key of the s3 service
  • AWS_SECRET_ACCESS_KEY: the secret key of the s3 service
  • AWS_BUCKET: the bucket name of the s3 service

To run the benchmark:

pnpm bench