From e731b8eb3130fb492c0b9cce367c4a0d9a2825cb Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Sun, 17 May 2015 22:35:50 +0300 Subject: [PATCH] docs(README): add jsperf links --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 13ff183..1587066 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # localForage-getItems Adds getItems method to [localForage](https://github.com/mozilla/localForage). + +##jsperf links +* [default driver order (indexedDB prefered)](http://jsperf.com/localforage-getitems/3) +* [websql (not for firefox)](http://jsperf.com/localforage-getitems-websql)