diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-07-21 09:41:50 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-07-21 09:41:50 -0400 |
| commit | b9043754f039ff5b2bdf2379bd3d89eadd81e96d (patch) | |
| tree | 32745e4884a9aca7dc9a1d133168efbdba134ed9 /examples/performance | |
| parent | b16f821ae290fe41f2e80b778568630244b96afa (diff) | |
| download | sqlalchemy-b9043754f039ff5b2bdf2379bd3d89eadd81e96d.tar.gz | |
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
Diffstat (limited to 'examples/performance')
| -rw-r--r-- | examples/performance/bulk_updates.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/performance/bulk_updates.py b/examples/performance/bulk_updates.py index 0657c96f3..c15d0f167 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) """ |
