Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aweary/ssr-benchmarks
Simple benchmark testing time taken to render on the server
https://github.com/aweary/ssr-benchmarks
Last synced: 2 months ago
JSON representation
Simple benchmark testing time taken to render on the server
- Host: GitHub
- URL: https://github.com/aweary/ssr-benchmarks
- Owner: aweary
- Created: 2016-12-13T22:20:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T21:24:24.000Z (over 7 years ago)
- Last Synced: 2024-10-03T12:42:06.555Z (3 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 31
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ssr-benchmarks
This repo contains a set of benchmarks that test how long various UI frameworks (mostly React-like frameworks) take to render
thousands of components to string containing the HTML.> ⚠️ **DISCLAIMER** ⚠️: Benchmarks results rarely predict actual real-world results. An effort was made to imitiate a real-world app structure, but there is no guarantee that it does so correctly. There may be bugs in the benchmarking code
that causes inaccurate or inconsistent results. Do not rely heavily on the accuracy of these (or other) benchmarks.Runs SSR benchmarks for:
* React
* Preact
* Preact with `preact-compat`
* Inferno
* Svelte## Instructions
```
yarn install
yarn start
```