swift-aws-lambda-runtime icon indicating copy to clipboard operation
swift-aws-lambda-runtime copied to clipboard

Performance tests for the invocation loop

Open fabianfett opened this issue 1 year ago • 1 comments

re-enable the performance test that was available in v1.

This requires

  • MockServer to be Swift 6 compliant
  • re-implement the MAX_REQUEST that was available in v1 (to avoid an infinite loop when pointing the runtime against the mock server)

fabianfett avatar Sep 27 '24 12:09 fabianfett

Other ideas

  • Implement a test for https://maxday.github.io/lambda-perf/ and contact the owner to add the runtime 2 to the list of bench

  • local performance with swift-benchmark package

sebsto avatar Sep 27 '24 12:09 sebsto

Fixed by https://github.com/swift-server/swift-aws-lambda-runtime/pull/542

sebsto avatar Aug 05 '25 06:08 sebsto