aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Performance/NPCPerformanceTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Performance/NPCPerformanceTests.cs')
-rw-r--r--OpenSim/Tests/Performance/NPCPerformanceTests.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/OpenSim/Tests/Performance/NPCPerformanceTests.cs b/OpenSim/Tests/Performance/NPCPerformanceTests.cs
index eb09061..fde1b91 100644
--- a/OpenSim/Tests/Performance/NPCPerformanceTests.cs
+++ b/OpenSim/Tests/Performance/NPCPerformanceTests.cs
@@ -144,8 +144,7 @@ namespace OpenSim.Tests.Performance
144 // ScenePresence.SendInitialData() to reset our entire appearance. 144 // ScenePresence.SendInitialData() to reset our entire appearance.
145 scene.AssetService.Store(AssetHelpers.CreateNotecardAsset(originalFace8TextureId)); 145 scene.AssetService.Store(AssetHelpers.CreateNotecardAsset(originalFace8TextureId));
146 146
147/* 147 afm.SetAppearance(sp, originalTe, null, new WearableCacheItem[0]);
148 afm.SetAppearance(sp, originalTe, null);
149 148
150 INPCModule npcModule = scene.RequestModuleInterface<INPCModule>(); 149 INPCModule npcModule = scene.RequestModuleInterface<INPCModule>();
151 150
@@ -186,7 +185,6 @@ namespace OpenSim.Tests.Performance
186 endGcMemory / 1024 / 1024, 185 endGcMemory / 1024 / 1024,
187 startGcMemory / 1024 / 1024, 186 startGcMemory / 1024 / 1024,
188 (endGcMemory - startGcMemory) / 1024 / 1024); 187 (endGcMemory - startGcMemory) / 1024 / 1024);
189*/
190 } 188 }
191 } 189 }
192} 190} \ No newline at end of file