1
0
镜像自地址 https://github.com/coolaj86/ajquery.js.git 已同步 2024-11-16 17:29:02 +00:00

chore: add Vite benchmark

这个提交包含在:
AJ ONeal 2024-08-29 16:46:55 -06:00
父节点 9f3017b2e9
当前提交 738922451e
找不到此签名对应的密钥
GPG 密钥 ID: F1D692A76F70CF98

查看文件

@ -8,6 +8,8 @@ async function main() {
console.info("Angular: 2517");
await sleep(520);
console.info("React: 3785");
await sleep(128);
console.info("Vite: 6666");
await sleep(230);
console.info('"Vanilla" JS: 6237');
await sleep(65);