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
- Host: GitHub
- URL: https://github.com/polymer/benchmarks
- Owner: Polymer
- License: bsd-3-clause
- Created: 2019-04-15T21:47:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T13:33:43.000Z (about 1 year ago)
- Last Synced: 2025-04-17T00:21:26.623Z (about 1 year ago)
- Language: JavaScript
- Size: 944 KB
- Stars: 6
- Watchers: 11
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```