]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
clarify update perf test has only one test so far
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jul 2022 13:41:50 +0000 (09:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jul 2022 13:44:11 +0000 (09:44 -0400)
this was pretty misleading as it shows up first in the
file listing

Change-Id: I6a92820e487a04632b651f9f6c631b32e338c043
(cherry picked from commit b9043754f039ff5b2bdf2379bd3d89eadd81e96d)

examples/performance/bulk_updates.py

index 0657c96f326ef8a444f7d5c089b59e846327109b..c15d0f167269027fd1d056afa8e80457bf2b90c3 100644 (file)
@@ -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)
 
 
 """