Skip to content

NitorCreations/azure-functions-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Functions Benchmark

Performance benchmark tests for different Azure Functions runtimes.

Currently supported runtimes:

Benchmark Tests

EstimatePi

Compute the mathematical Pi value using Monte Carlo Simulation.

GET /api/estimatepi

Query Parameters

Name Description Optional Default
n number of iterations true 100_000

Fibonacci

Compute Fibonacci numbers.

GET /api/fibonacci

ImageCopyStorage

Read image data from blob storage, write image data to blob storage.

GET /api/imagecopystorage

ImageResizeBind

Read image data from blob input binding, resize the image, write image data to blob output binding.

GET /api/imageresizebind

ImageResizeStorage

Read image data from blob storage, resize the image, write image data to blob storage.

GET /api/imageresizestorage

About

Benchmark tests for Azure Functions runtimes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published