摘要: const COUNT = Number.parseInt(process.argv[2] || "10"); console.log(`Running ${COUNT} iterations.`); let value = 0; export function benchA() { value = 阅读全文
posted @ 2023-11-06 15:28 Zhentiw 阅读(13) 评论(0) 推荐(0) 编辑