Update perflab tests to execute in a fixed order
authorAndy Ayers <andya@microsoft.com>
Wed, 10 Jan 2018 00:25:22 +0000 (16:25 -0800)
committerAndy Ayers <andya@microsoft.com>
Thu, 18 Jan 2018 16:44:34 +0000 (08:44 -0800)
commit75385b1fa21f14076f05ca1045fc487d09337064
tree606a63671271ab902fa26795e1eb5a7fe4ab4215
parent025ba02cc5ff2df9392b28fffcad4934124589b5
Update perflab tests to execute in a fixed order

Goal is to pin class init overhead on one test consistently. Also we were
not picking up the "optimize for benchmark" attribute and so likely risking
having tests execute concurrently.
tests/src/performance/perflab/PerfLab.csproj
tests/src/performance/perflab/Properties/AssemblyInfo.cs [deleted file]
tests/src/performance/perflab/XunitPerformance.cs [new file with mode: 0644]