Skip to content

NervJS/uibench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI Benchmark

Open

Reports

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

About

UI Benchmark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.2%
  • HTML 4.8%