summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-09-27 16:31:11 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-09-27 16:39:41 +0100
commit147fbe4fd1c151a01722eac90e09371f1e2608d9 (patch)
tree0b456abac1e897b79b861b7700b43386f7a855d0 /README
parent5c25df96368839600e40d95c41db761733d19835 (diff)
benchmark: Add firefox-canvas-scroll
An example written to demonstrate an issue with scaling performance in firefox, in particular how it was causing stuttering through an animation. Reported-by: Maksim Lin <maks@manichord.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 592ec1f..f5a4c64 100644
--- a/README
+++ b/README
@@ -210,6 +210,9 @@ firefox-chalkboard - Another HT|ML5 canvas demo written by Microsoft to
firefox-canvas - A pair of synthetic canvas benchmarks, found in the wild
firefox-canvas-alpha at http://flashcanvas.net/examples/dl.dropbox.com/u/1865210/mindcat/canvas_perf.html
+firefox-canvas-scroll- An slideshow of cats and dogs on a horizontally scrolling canvas.
+ http://manichord.com/opensign/ffdebug/ffscroll.html
+
firefox-asteroids - A HTML5 game benchmark,
http://www.kevs3d.co.uk/dev/asteroidsbench/
firefox-scrolling - A bug report concerning an ancient performance regression