From: Mike Bayer Date: Thu, 21 Jul 2022 13:41:50 +0000 (-0400) Subject: clarify update perf test has only one test so far X-Git-Tag: rel_1_4_40~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=742ca44700b5c1a715fb18f50905c64435e79474;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git clarify update perf test has only one test so far this was pretty misleading as it shows up first in the file listing Change-Id: I6a92820e487a04632b651f9f6c631b32e338c043 (cherry picked from commit b9043754f039ff5b2bdf2379bd3d89eadd81e96d) --- diff --git a/examples/performance/bulk_updates.py b/examples/performance/bulk_updates.py index 0657c96f32..c15d0f1672 100644 --- a/examples/performance/bulk_updates.py +++ b/examples/performance/bulk_updates.py @@ -1,5 +1,5 @@ -"""This series of tests illustrates different ways to UPDATE a large number -of rows in bulk. +"""This series of tests will illustrate different ways to UPDATE a large number +of rows in bulk (under construction! there's just one test at the moment) """