From ec726413ddcd8632efb2603b968554647419708d Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 29 Aug 2012 23:04:00 +0100
Subject: Add VectorRenderModuleStressTests that contains a long running test
that generates thousands of vector textures concurrently.
Intended for use if there are future issues with mono crashes whilst generate dynamic textures.
This test is triggered via a new test-stress nant target.
Not run by default.
---
.nant/local.include | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 6d3e972..181c875 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -135,6 +135,17 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -142,7 +153,7 @@
-
+
--
cgit v1.1
From adce58b33a39c9456468f6d25834a8a7bded5adf Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 29 Aug 2012 23:19:21 +0100
Subject: Renaming existing 'torture' tests to 'performance' tests instead,
since this better matches what they really do.
nant target name changes to test-perf instead of torture, to match test-stress
still not run by default
---
.nant/local.include | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to '.nant')
diff --git a/.nant/local.include b/.nant/local.include
index 181c875..35f0058 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -146,14 +146,14 @@
-
+
-
-
+
+
-
+
--
cgit v1.1