Kaif

Benchmark created on


Preparation HTML

<div id=root></div>

Setup

import Kaifv1 from 'https://unpkg.com/kaif@0.1.0/dist/index.mjs?module'

const children = new Array(10000).fill(1).map((_, i) => {
			return {elem: 'div', innerText: `elem: ${i}`}	
		})

const App = () => {
	return {
		elem: 'div',
		id: 'root',
		children,
	}
}

const root = document.getElementById('root')

Test runner

Ready to run.

Testing in
TestOps/sec
v1
Kaifv1.init(root, App)
ready
v1
Kaifv1.init(root, App)
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.