Skip to content

localvoid/uibench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 20, 2019
3acab5c · Mar 20, 2019
Mar 20, 2019
Mar 20, 2019
May 7, 2018
Aug 5, 2015
May 7, 2018
May 7, 2018
May 7, 2018
Oct 24, 2018

Repository files navigation

UI Benchmark

Open

Benchmark implementations query parameters

i

Number of iterations. Default: 10.

http://localhost:8000/?i=5

name

Override name.

http://localhost:8000/?name=Test

version

Override version.

http://localhost:8000/?version=0.0.1-a

report

Push report to the parent window. Default: false.

http://localhost:8000/?report=true

mobile

Reduce number of DOM elements in tests. Default: false.

http://localhost:8000/?mobile=true

enableDOMRecycling

Enable DOM recycling for implementations that support enabling/disabling DOM recycling. Default: false.

http://localhost:8000/?enableDOMRecycling=true

filter

Filter tests by name (regexp).

http://localhost:8000/?filter=render

fullRenderTime

Measure full render time (recalc style/layout/paint/composition/etc). Default: false.

http://localhost:8000/?fullRenderTime=true

timelineMarks

Add marks to the Dev Tools timeline. Default: false.

http://localhost:8000/?timelineMarks=true

disableChecks

Disable internal tests. Useful for experimenting with DOM structure changes. Default: false.

http://localhost:8000/?disableChecks=true

startDelay

Add delay in ms before starting tests. Default: 0.

http://localhost:8000/?startDelay=3000