From e18d2b3b34b1d68621552be67521657d180cb32c Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sun, 4 Sep 2016 15:03:52 -0400 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fb8fa53..61f01a4 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ Example 2: Specter's `transform` is 6x faster than `update-in`: "Elapsed time: 1616.762 msecs" ``` +Here's [a benchmark](https://gist.github.com/nathanmarz/b7c612b417647db80b9eaab618ff8d83) showing Specter's amazing performance for a veriety of queries and transformations. + **Specter makes sophisticated tasks – that are difficult to program manually – easy** Example 1: Reverse the order of even numbers in a tree (with order based on depth first search):