From ec147415c3c079768a3aee1b69efafc85cdab324 Mon Sep 17 00:00:00 2001 From: Andrew Luetgers Date: Sun, 20 Dec 2015 12:41:48 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 594e9e3..b6a7598 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,6 @@ This test was initially developed for improving [Omniscinet](http://omniscientjs A vanilla-js implementation is coming soon. ## Cross Browser Performance Bug -There are some issues related to this specific perf test filed against [Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1220429) - and [Chrome](https://code.google.com/p/chromium/issues/detail?id=550044) which register much lower frame-rates (~40) +There are some issues related to this specific perf test filed against [Firefox #1220429](https://bugzilla.mozilla.org/show_bug.cgi?id=1220429) + and [Chromium #550044](https://code.google.com/p/chromium/issues/detail?id=550044) which register much lower frame-rates (~40) than Safari (~118). This appears to be a problem related to specifics of how the various graphics pipelines are implemented in these browsers.