diff --git a/DeedyDesigner/Deedy.Testing/App.xaml.cs b/DeedyDesigner/Deedy.Testing/App.xaml.cs index 1aa9838..d99b2aa 100644 --- a/DeedyDesigner/Deedy.Testing/App.xaml.cs +++ b/DeedyDesigner/Deedy.Testing/App.xaml.cs @@ -44,9 +44,9 @@ whil false @var1 10 < endw "; Todo todo = new(); - todo.Init("varp var1 111"); + todo.Init(script); Stopwatch sw = Stopwatch.StartNew(); - for (int i = 0; i < 1000000; i++) + //for (int i = 0; i < 1000000; i++) todo.Redo(); sw.Stop(); }