ihatexzh / azure-functions-performance-test

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 93.6%Language:JavaScript 6.4%