aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Stress (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Label all threadpool calls being made in core OpenSimulator. This is to add ↵Justin Clark-Casey (justincc)2014-11-251-1/+1
| | | | | | problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats.
* refactor: consistently put all test classes in the OpenSim.Tests.Common ↵Justin Clark-Casey (justincc)2014-11-251-1/+0
| | | | | | package rather than some in OpenSim.Tests.Common.Mock the separate mock package was not useful and was just another using line to always add
* Add VectorRenderModuleStressTests that contains a long running test that ↵Justin Clark-Casey (justincc)2012-08-291-0/+132
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.