benchmark: angular

This commit is contained in:
NickKelly1 2021-07-29 16:33:12 -07:00 committed by AJ ONeal
parent 6e6341d9ad
commit 100f70f047
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ async function main() {
console.info("jQuery: 178"); console.info("jQuery: 178");
await sleep(761); await sleep(761);
console.info("DOM: 1428"); console.info("DOM: 1428");
await sleep(696);
console.info("Angular: 2517");
await sleep(520); await sleep(520);
console.info("React: 3785"); console.info("React: 3785");
await sleep(230); await sleep(230);