From a85ada56da743523ce401e9ea71802f8fa4d5293 Mon Sep 17 00:00:00 2001 From: xuejiaming <326308290@qq.com> Date: Wed, 15 Sep 2021 16:50:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90x.2.0.20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E7=9A=84=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- nuget-publish.bat | 6 +++--- samples/Sample.BulkConsole/Program.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c1fdbcd2..47840626 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ return optionsBuilder.ReplaceService().Where(o => o.CreateTime >= b).OrderBy(o => o.CreateTime); var startNew1 = Stopwatch.StartNew(); int skip = 0, take = 10; - for (int i = 10000; i < 20000; i++) + for (int i = 1000; i < 20000; i++) { skip = take * i; startNew1.Restart();