Daniel-Boll / axum-js

A Axum http wrapper for NodeJS
MIT License
5 stars 3 forks source link

Benchmarking axum-js Performance #10

Open Daniel-Boll opened 1 year ago

Daniel-Boll commented 1 year ago

As axum-js approaches feature completeness, it's crucial to benchmark its performance to understand its capabilities and identify any potential areas of optimization. This issue serves as a placeholder and outline for the benchmarking task to be revisited once the library is feature-complete.

Preliminary Steps (to be updated):

  1. Identify key areas/aspects to benchmark (e.g., request handling speed, memory usage, etc.).
  2. Choose or create benchmarking scenarios and datasets.
  3. Select benchmarking tools and set up the benchmarking environment.

Acceptance Criteria (to be updated):

Dependencies:

Additional Context:

This issue will be further detailed and actioned upon once axum-js reaches a state of feature completeness. Benchmarking is a vital step to ensure axum-js performs optimally and is ready for production use.