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

https://github.com/nolanlawson/shadow-selector-benchmark

Benchmark of shadow DOM with various CSS selectors
https://github.com/nolanlawson/shadow-selector-benchmark

Last synced: 11 days ago
JSON representation

Benchmark of shadow DOM with various CSS selectors

Awesome Lists containing this project

README

        

# shadow-selector-benchmark

Benchmark of shadow DOM and CSS selectors, described in this post: https://nolanlawson.com/2022/06/22/style-scoping-versus-shadow-dom-which-is-fastest/

To run the benchmark:

```bash
npm install
npm start
```

In another tab:

```bash
npm run benchmark
```