From: Mike Bayer Date: Mon, 6 Dec 2010 00:48:20 +0000 (-0500) Subject: - explain that these are not part of the test suite X-Git-Tag: rel_0_7b1~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a104f9d57d04864b139013632c7d3c7c98ab977c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - explain that these are not part of the test suite --- diff --git a/test/perf/README b/test/perf/README new file mode 100644 index 0000000000..dfb6df2cca --- /dev/null +++ b/test/perf/README @@ -0,0 +1,17 @@ +This directory contains informal scripts used to stress test various +library subsections over the years, including testing of memory usage, +function call count, threading behavior. + +The scripts here are *not* part of the automated test suite, and instead +were used at the time of development for particular features or +performance enhancements in an ad-hoc fashion. Ideally +the various functionality tested within would be brought under the +umbrella of controlled, automated tests. Many of the scripts here +are out of date and are possibly covered by formal performance tests +elsewhere. + +Current automated stress and performance tests are in test/aaa_profiling/, +which test either for expected function call count, or flat growth in memory +usage over time. These tests are part of the automated test suite +and are maintained for 100% success rate along Python versions from 2.4 through +current 3 versions. \ No newline at end of file