From 9b72c4eef4512c9b70387651cf262a8bab9708ec Mon Sep 17 00:00:00 2001 From: jolov Date: Thu, 4 Sep 2025 07:58:06 -0700 Subject: [PATCH] Also include compiler stats --- scripts/Invoke-CodeGen.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Invoke-CodeGen.ps1 b/scripts/Invoke-CodeGen.ps1 index 83fb5108a..fa51c9c5b 100644 --- a/scripts/Invoke-CodeGen.ps1 +++ b/scripts/Invoke-CodeGen.ps1 @@ -279,7 +279,7 @@ try { } Set-Location $specificationFolderPath - Invoke-ScriptWithLogging { npx tsp compile . --trace @typespec/http-client-csharp } + Invoke-ScriptWithLogging { npx tsp compile . --stats --trace @typespec/http-client-csharp } } finally { Pop-Location