From f9420e68d0adcea98953560e37ffd8879e7f9051 Mon Sep 17 00:00:00 2001 From: zengwenjie <1663900244@qq.com> Date: Tue, 23 Dec 2025 17:32:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=86=E5=A4=87=E5=9C=A8=E6=AD=A4=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E4=B8=8A=E5=9B=9E=E6=89=A7=E5=B9=B2=E6=89=B0=E6=9C=BA?= =?UTF-8?q?=E6=98=BE=E6=8E=A7=E5=8E=9F=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DeedyDesigner/Deedy.Testing/App.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }