Faster codegen

This commit is contained in:
2025-07-03 18:12:04 +03:00
parent b27dfa0b0a
commit ea05526f64
8 changed files with 32 additions and 15 deletions
+2 -3
View File
@@ -131,7 +131,7 @@ class Program
DemoCheck.TaskCancelation = true;
#endif
const int iterations = 10;
const int iterations = 10000;
var timer = Stopwatch.StartNew();
var x = 0;
for (int i = 0; i < iterations; i++)
@@ -147,7 +147,6 @@ class Program
frontendBridge.Disconnect();
DemoCheck.Show();
Console.ReadKey();
// DemoCheck.Show();
}
}