Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 600 Bytes

File metadata and controls

21 lines (14 loc) · 600 Bytes

Web Worker API Performance Analysis

The documentation for the Web Worker APIs does not contain any clear information about performance, runtimes and workload for use. No comprehensive tests could be found in a search that would allow a comparison of all relevant metrics.

More information and an analysis of the test results can be found here: Medium Post

In this application, the same calculation is performed with and without Web Worker and test data is collected.

Setup

Install dependencies

$ yarn install

Start

$ npm start