From f3780b9eaeae8834c49f6e2f6045ef922916924d Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 31 Jan 2012 19:56:37 +0000 Subject: Add torture tests to test adding 10,000, 100,000 and 200,000 single prim scene objects. These can be run using the "nant torture" target. They are not part of "nant test" due to their long-run future nature. Such tests are designed to do some testing of extreme situations and give some feedback on memory usage, etc. However, data can be inconsistent due to different machine circumstances and virtual machine actions. This area is under development. --- .nant/local.include | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.nant') diff --git a/.nant/local.include b/.nant/local.include index 0c23e50..4fa3e4d 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -111,6 +111,17 @@ + + + + + + + + + + + -- cgit v1.1