From 100f70f04726ffe13ac0898c695428d85ae77932 Mon Sep 17 00:00:00 2001 From: NickKelly1 Date: Thu, 29 Jul 2021 16:33:12 -0700 Subject: [PATCH] benchmark: angular --- benchmark.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmark.js b/benchmark.js index 23329e2..d6a71d4 100644 --- a/benchmark.js +++ b/benchmark.js @@ -4,6 +4,8 @@ async function main() { console.info("jQuery: 178"); await sleep(761); console.info("DOM: 1428"); + await sleep(696); + console.info("Angular: 2517"); await sleep(520); console.info("React: 3785"); await sleep(230);