Move performance tests back into Priority 0.
authorPat Gavlin <pagavlin@microsoft.com>
Wed, 30 Aug 2017 20:25:23 +0000 (13:25 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Wed, 30 Aug 2017 20:25:23 +0000 (13:25 -0700)
commit14f2af925687d4c43332f3d1425c8be8c5cfae15
tree942acf9a6695469b203dc079bd6b9437b588f77f
parentbec6ac10f3968a8f699aad6233657ac59df37a73
Move performance tests back into Priority 0.

Just what it says on the tin. Should fix #13697.
57 files changed:
tests/arm/Tests.lst
tests/arm64/Tests.lst
tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj
tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj
tests/src/JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj
tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj
tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.csproj
tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.csproj
tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj
tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj
tests/src/performance/Scenario/JitBench/JitBench.csproj
tests/src/performance/linkbench/linkbench.csproj