Skip to content
RyanGlScott edited this page Sep 16, 2014 · 6 revisions

Ideas about benchmarks

Only rendering

  • 1000 circles, shown 1000 times. (~30 seconds)
  • 1000 asteroids, shown 1000 times
  • 1000 images of asteroids, shown 1000 times
  • 1000 words, shown 1000 times
  • Simulate mouse clicks
  • Calculate text width

Set canvas at 1024x768.

Chrome

about:flags
about:memory
about:gpu
about:tracing

JS

console.time("tag")
console.timeEng("tag")
Clone this wiki locally