From 52f6694dfe554de718cdb36c752196b97de48513 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 23 Jul 2021 05:03:47 -0600 Subject: [PATCH] chore: add benchmarks --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c934274..45c9b2b 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,14 @@ const div1 = $("div", body); Selects all matching elements (or an empty `NodeList`): ```js -const head = $('head'); +const head = $("head"); const stylesheets = $$('link[rel="stylesheet"]', head).map(console.log); ``` +## Benchmarks + +![ajquery-benchmarks "it's over 9000"](https://user-images.githubusercontent.com/122831/126773141-ba082a86-c394-42d4-99ef-4039681f36be.png) + ## Compatibility Written entirely in modern ECMAScript 3, and directly transpilable into ES5, ES6