5f5c836e66
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
MiniCommandLineHelper | ||
SampleUsages | ||
ServerlessBenchmark | ||
ServerlessTestOrchestrator | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
SECURITY.md | ||
ServerlessBenchmark.sln |
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.