You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Conduct performance and load testing for the Fixed Window, Sliding Window, and Token Bucket algorithms in ThrottleX. Ensure that rate-limiting performance is acceptable under high throughput.
Acceptance Criteria:
Add benchmark tests using Go's testing package.
Measure latency, request throughput, and memory usage.
Provide performance reports for each algorithm under load.
The text was updated successfully, but these errors were encountered:
Description:
Conduct performance and load testing for the Fixed Window, Sliding Window, and Token Bucket algorithms in ThrottleX. Ensure that rate-limiting performance is acceptable under high throughput.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: