Added test and workspace
This commit is contained in:
14
The-Only-Cure.code-workspace
Normal file
14
The-Only-Cure.code-workspace
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "../PerformanceTestFramework"
|
||||
},
|
||||
{
|
||||
"path": "../TestFramework"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
@@ -113,11 +113,11 @@ end)
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------------
|
||||
|
||||
if not getActivatedMods():contains("PerfTestFramework") or not isDebugEnabled() then return end
|
||||
local PerfTest = require("PerfTest/main") -- SHould be global anyway
|
||||
local CachedDataHandler = require("TOC/Handlers/CachedDataHandler")
|
||||
|
||||
PerfTest.RegisterMethod("PlayerHandler", PlayerHandler, "InitializePlayer")
|
||||
PerfTest.RegisterMethod("PlayerHandler", PlayerHandler, "UpdateCicatrization")
|
||||
PerfTest.RegisterMethod("CachedDataHandler", CachedDataHandler, "CalculateHighestAmputatedLimbs")
|
||||
PerfTest.RegisterMethod("ISHealthPanel", ISHealthPanel, "render")
|
||||
|
||||
Reference in New Issue
Block a user