1k Components
This benchmark measures time creation time of multiple functional components.
Rendering speed is heavily bottlenecked by patchStyle method.
DBMonster
This benchmark measures time of patching same number of elements.
UI Benchmark
InfernoJS implementation of UI Benchmark. This benchmark uses optimization patterns specific to InfernoJS only.
UI Benchmark (Inferno-compat)
Same as regular ui benchmark implementation, but uses inferno-compat to track performance regressions in compatibility layer.
UI Benchmark (Normalization)
This version of UI Benchmark tracks performance regressions in Inferno's normalization algorithm. Do not write code like this.
UI Benchmark (same as React)
This is InfernoJS implementation of UI Benchmark using identical application level code with React implementation.