Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Platform providing features to test Azure Functions performance according to implemented tests scenarios.

License

Notifications You must be signed in to change notification settings

Azure/azure-functions-performance-test

Repository files navigation

azure-functions-performance-test

Set up Environment

Tests samples required to run the according tests.

Queue-Node-Js-CPU-Intensive

Function is triggered by queue input. Input ia a number and function generates to random square matixes of input x input size then in multiplies matrixes, prints "Finish." when calculation is done. This operation is very heavily using CPU resources, concurrent executions on single container cause function to execute slower

Queue-Node-Js-High-Memory

Function is designed to allocate big array depending on input size.

Queue-Node-Js-Low-Usage

Function has low usage gets message, reads it count to 1000 and finishes.

Blob-Node-Js-CPU-Intensive

Function is triggered by queue input. Input ia a number and function generates to random square matixes of input x input size then in multiplies matrixes, prints "Finish." when calculation is done. This operation is very heavily using CPU resources, concurrent executions on single container cause function to execute slower

Blob-Node-Js-High-Memory

Function is designed to allocate big array depending on input size.

Blob-Node-Js-Low-Usage

Function has low usage gets message, reads it count to 1000 and finishes.

Http-Node-Js-CPU-Intensive

Function is triggered by queue input. Input ia a number and function generates to random square matixes of input x input size then in multiplies matrixes, prints "Finish." when calculation is done. This operation is very heavily using CPU resources, concurrent executions on single container cause function to execute slower

Http-Node-Js-High-Memory

Function is designed to allocate big array depending on input size.

Http-Node-Js-Low-Usage

Function has low usage gets message, reads it count to 1000 and finishes.

About

Platform providing features to test Azure Functions performance according to implemented tests scenarios.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •