mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Pipeline fix for performance tests (#1666)
* updating coverage manifest * removing version tag
This commit is contained in:
parent
51743badff
commit
75dc0af65f
@ -14,7 +14,6 @@ public class NetworkWriterPerformance
|
|||||||
#else
|
#else
|
||||||
[PerformanceTest]
|
[PerformanceTest]
|
||||||
#endif
|
#endif
|
||||||
[Version("2")]
|
|
||||||
public void WritePackedInt32()
|
public void WritePackedInt32()
|
||||||
{
|
{
|
||||||
Measure.Method(WriteInt32)
|
Measure.Method(WriteInt32)
|
||||||
|
@ -54,7 +54,6 @@ public IEnumerator ConnectAndDisconnectWorks()
|
|||||||
#else
|
#else
|
||||||
[PerformanceUnityTest]
|
[PerformanceUnityTest]
|
||||||
#endif
|
#endif
|
||||||
[Version("11.4.1")]
|
|
||||||
public IEnumerator ULocalConnectionPerformanceWithEnumeratorPasses()
|
public IEnumerator ULocalConnectionPerformanceWithEnumeratorPasses()
|
||||||
{
|
{
|
||||||
yield return SetUpConnections();
|
yield return SetUpConnections();
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"com.unity.ide.vscode": "1.1.4",
|
"com.unity.ide.vscode": "1.1.4",
|
||||||
"com.unity.test-framework": "1.1.11",
|
"com.unity.test-framework": "1.1.11",
|
||||||
"com.unity.testtools.codecoverage": "0.2.3-preview",
|
"com.unity.testtools.codecoverage": "0.2.3-preview",
|
||||||
|
"com.unity.test-framework.performance": "0.1.50-preview",
|
||||||
"com.unity.textmeshpro": "2.0.1",
|
"com.unity.textmeshpro": "2.0.1",
|
||||||
"com.unity.timeline": "1.2.10",
|
"com.unity.timeline": "1.2.10",
|
||||||
"com.unity.ugui": "1.0.0",
|
"com.unity.ugui": "1.0.0",
|
||||||
@ -39,5 +40,8 @@
|
|||||||
"com.unity.modules.vr": "1.0.0",
|
"com.unity.modules.vr": "1.0.0",
|
||||||
"com.unity.modules.wind": "1.0.0",
|
"com.unity.modules.wind": "1.0.0",
|
||||||
"com.unity.modules.xr": "1.0.0"
|
"com.unity.modules.xr": "1.0.0"
|
||||||
}
|
},
|
||||||
|
"testables": [
|
||||||
|
"com.unity.test-framework.performance"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user