Home > webgl-benchmarks

webgl-benchmarks

Webgl-benchmarks is a project mainly written in JavaScript, it's free.

WebGL Benchmarks (NOT GPU BENCHMARKS!!!)

WebGL Benchmarks

This is a start at making some benchmarks to show best practices

For now this project is explicitly for testing WebGL Implementations, not the GPU. Therefore any new benchmark should attempt to draw as little as possible or not at all.

Examples

  • uploading lots of textures
  • uploading lots of textures in other formats
  • uploading with texImage2D vs subTexImage2D
  • uploading vertex data with bufferData vs subBufferData
  • setting uniforms
  • setting attribs
  • using vertex array objects
  • creating and deleting objects
  • calling drawArray or drawElements
Previous:Restruct