File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ public IEnumerator _005_Batching()
66
66
[ Version ( version ) ]
67
67
public IEnumerator _007_Bandwidth ( )
68
68
{
69
- yield return RunTestScene ( PipelineDefine . LWRP , 6 ) ;
69
+ yield return RunTestScene ( PipelineDefine . LWRP , 5 ) ;
70
70
}
71
71
72
72
[ PerformanceUnityTest ]
73
73
[ Version ( version ) ]
74
74
public IEnumerator _008_FillRate_Terrain ( )
75
75
{
76
- yield return RunTestScene ( PipelineDefine . LWRP , 7 ) ;
76
+ yield return RunTestScene ( PipelineDefine . LWRP , 6 ) ;
77
77
}
78
78
79
79
[ PerformanceUnityTest ]
@@ -115,14 +115,14 @@ public IEnumerator _105_Batching()
115
115
[ Version ( version ) ]
116
116
public IEnumerator _107_Bandwidth ( )
117
117
{
118
- yield return RunTestScene ( PipelineDefine . Builtin , 6 ) ;
118
+ yield return RunTestScene ( PipelineDefine . Builtin , 5 ) ;
119
119
}
120
120
121
121
[ PerformanceUnityTest ]
122
122
[ Version ( version ) ]
123
123
public IEnumerator _108_FillRate_Terrain ( )
124
124
{
125
- yield return RunTestScene ( PipelineDefine . Builtin , 7 ) ;
125
+ yield return RunTestScene ( PipelineDefine . Builtin , 6 ) ;
126
126
}
127
127
128
128
IEnumerator RunTestScene ( PipelineDefine pipeline , int testIndex )
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ EditorBuildSettings:
26
26
- enabled : 1
27
27
path : Assets/Tests/Scenes/007 - Bandwidth.unity
28
28
guid : 23397338bcea048f99e05acffb1b23b9
29
+ - enabled : 1
30
+ path : Assets/Tests/Scenes/008 - FillRate (Terrain).unity
31
+ guid : 9f11773aac25a47ab924f6dddac25a70
29
32
- enabled : 1
30
33
path : Assets/Tests/Scenes/101 - FillRate (Lit Shader - Directional Light).unity
31
34
guid : 7969d6db2e7c2384f9767449fac89c25
@@ -44,4 +47,7 @@ EditorBuildSettings:
44
47
- enabled : 1
45
48
path : Assets/Tests/Scenes/107 - Bandwidth.unity
46
49
guid : 3d153dc45ae7d4126b0874cc0ad447ca
50
+ - enabled : 1
51
+ path : Assets/Tests/Scenes/108 - FillRate (Terrain).unity
52
+ guid : 6103c38a3d5384201874ac2402ee2d0b
47
53
m_configObjects : {}
You can’t perform that action at this time.
0 commit comments