tree: 7efc4777cc32e465b29809f1a258f2abf2542e2a
  1. node.js
  2. 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