Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Function Stack benchmark

This repository consists of the same Azure Function Implementation for the following languages in order to benchmark them:

  • Go
  • TypeScript
  • Java
  • Python

The benchmarks include a CRUD application that is designed to connect into a postgres database

Folder Structure

  • Each language contains it's own folder
  • The compose.yaml file is a (Docker/Podman) Compose file that sets a local database
  • The db folder contains the migration file that sets the database structure

Local Result

Testing using local database, from a cold start making a GET request into content endpoint.

Language Time (ms)
Go 266
TypeScript 344
Python 2350
Java 5200

About

Comparing different language support of Azure Function

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages