Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
docs: add Benchmark section on README
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Nov 13, 2017
1 parent c8dead0 commit 7766c3e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ReactTV.render(<Clock/>, document.getElementById('root'))

- [About React-TV](#about-react-tv)
- [Understanding the Problem](#understanding-the-problem)
- [Benchmark](#benchmark)
- [Getting Started](#getting-started)
- [Installing](#installing)
- [Examples](#examples)
Expand All @@ -46,6 +47,7 @@ ReactTV.render(<Clock/>, document.getElementById('root'))
- [Videos](#videos)
- [Essentials to beginner](#essentials-to-beginner)
- [React Basics and Renderer Architecture](#react-basics-and-renderer-architecture)
- [Credits](#credits)
- [Roadmap](#roadmap)

## About React-TV
Expand All @@ -68,6 +70,15 @@ These restrictions make super responsive 60fps experiences especially tricky. Th

In addition: Unify the build for multiple TV platforms.

### Benchmark

| Renderer | Time of finalizeInitialChildren * | commitUpdate ** |
| ------------- | ------------- | ------------- |
| React-TV | ~109ms | ~ |
| React-DOM | ~245ms | ~ |

* Time for first render (runned off on Firefox in [Benchmark Example](examples/benchmark)).

## Getting Started

### Installing
Expand Down

0 comments on commit 7766c3e

Please sign in to comment.