Platform providing features to test Azure Functions performance according to implemented tests scenarios.
Перейти к файлу
microsoft-github-policy-service[bot] 5f5c836e66
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-03-28 16:47:31 +00:00
MiniCommandLineHelper See help with a command line switch of `-h` 2016-08-12 14:18:25 -07:00
SampleUsages Add AnalyzeAzure for past test. 2016-08-25 22:32:37 -07:00
ServerlessBenchmark Ignore invalid certs 2016-09-01 10:26:42 -07:00
ServerlessTestOrchestrator Remove storage conn string. 2016-07-15 10:38:09 -07:00
.gitignore initial upload of project file 2016-07-05 10:40:27 -07:00
LICENSE.txt Adding MIT license 2016-08-04 12:46:42 -07:00
README.md Update readme file with new ARM links for blob and http scenarios. 2016-07-12 17:09:02 -07:00
SECURITY.md Microsoft mandatory file 2023-01-24 17:19:52 +00:00
ServerlessBenchmark.sln Use async functionality 2016-07-22 11:09:51 -07:00

README.md

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.