Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```