test(terminal): add renderer bench smoke script

This commit is contained in:
zhangheng
2026-06-24 14:13:09 +08:00
parent f4c919de40
commit 21019d82e0
7 changed files with 465 additions and 3 deletions

View File

@@ -1,7 +1,11 @@
{
"private": true,
"scripts": {
"terminal:bench": "node scripts/terminal-bench.mjs"
},
"devDependencies": {
"@tailwindcss/cli": "4.3.0",
"playwright": "1.61.1",
"tailwindcss": "4.3.0"
}
}