Benchmarks

Information related to commonly used benchmarks and compliance measures for the web

Benchmarks

Bold means commonly used in media

Compliance

  • HTML5Test
    • Targeted for "HTML5 Ready" apps/usage
    • Tests existence of certain APIs but not full compliance
    • We disagree that the FileSystem API should be part of this suite, no vendor other than Google implements and they seem to have given up on this spec too
  • Ringmark
  • Acid3
    • All major browsers pass this
  • Test262
    • Javascript compliance
  • CSS3 Selectors Test
    • All major browsers should pass
  • Browserscope
    • community driven project initiated by Google
    • includes Ringmark
    • the rich-text numbers are somewhat arbitrary and a higher score doesn't necessarily mean a better implemenation
  • W3C CSS Test Suites
    • hard to run, but results from others, for some of the test suites, are available (but separated by browser engine but not by version)
    • test suites in-development aren't separated from the stable ones
  • Content Security Policy Compliance Test Suite

Performance

General

Graphics

Javascript

  • V8
  • Octane
    • Essentially V8 version 8
    • Alon is working on an emscripten generated alternative
  • Kraken
    • Mozilla developed
    • Essentially unmaintained
  • Sunspider
    • Tests run very fast which makes measurement error significant and means that the tasks are not scaled to a significant amount of work.

DOM

Page Load

  • iBench
    • uses onLoad() which is not credible for performance
    • not available anymore.

Pan/Zoom

Other

Benchmark Aggregators