diff --git a/package.json b/package.json index 779f195..7f1db05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domdiff", - "version": "1.0.1", + "version": "1.0.3", "description": "A fast and simple way to diff childNodes", "unpkg": "min.js", "main": "cjs/index.js", diff --git a/test/benchmark.html b/test/benchmark.html new file mode 100644 index 0000000..7b8351c --- /dev/null +++ b/test/benchmark.html @@ -0,0 +1,144 @@ + + + + DOMDiff Benchmark + + + + + + \ No newline at end of file