Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 411 Bytes

File metadata and controls

11 lines (9 loc) · 411 Bytes

benchmark-typescript-functions-starter

This repo contains a simple typescript starter to run a benchmark to compare performances of two functions.

In this specific example two different implementations of the bubble sort algorithm are compared.

Run benchmark

You can run the benchmark by running the following npm commands:

npm run build
npm run start