An open API service indexing awesome lists of open source software.

https://github.com/polymer/benchmarks

Benchmarks for Polymer project libraries
https://github.com/polymer/benchmarks

Last synced: about 1 year ago
JSON representation

Benchmarks for Polymer project libraries

Awesome Lists containing this project

README

          

# polymer-benchmarks

A collection of benchmarks related to Polymer Project libraries.

For the runner used by these benchmarks, see
[tachometer](https://github.com/PolymerLabs/tachometer/)

## Setup

```sh
git clone git@github.com:PolymerLabs/benchmarks.git
cd benchmarks/
npm install
```

## Shack

Shack is a simplified subset of the
[Polymer Shop](https://github.com/Polymer/shop) demo app, implemented for
benchmarking purposes using lit-html, LitElement, and Polymer 3. To compare the
first-contentful-paint time for each of these implementations, run:

```sh
npx tachometer --config shack.json
```