From b9043754f039ff5b2bdf2379bd3d89eadd81e96d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 21 Jul 2022 09:41:50 -0400 Subject: [PATCH] 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 --- examples/performance/bulk_updates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) """ -- 2.47.2