Benchmarks of libraries and implementation of Web Components.
The benchmark consists of two different applications :
- TodoMVC implementation forked from shprink/web-components-todo
- Pascal triangle
Node.js 10+
> npm i
> cd todomvc && npm i
> bash install-all.sh
> npm run build:all
> cd pascal-triangle && npm i
> bash install-all.sh
> npm run build:all
In one tab
// In root folder
> npm run serve
In another tab
> npm run run:benchmark
In one tab
// In root folder
> npm run serve
In another tab
> npm run run:benchmark
> npm run compile-results
> npm run fix-stencil
https://vogloblinsky.github.io/web-components-benchmark/#todo
https://vogloblinsky.github.io/web-components-benchmark/#pascal