# azure-functions-performance-test **Repository Path**: mirrors_Azure/azure-functions-performance-test ## Basic Information - **Project Name**: azure-functions-performance-test - **Description**: Platform providing features to test Azure Functions performance according to implemented tests scenarios. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.