Move benchmarks to use netstandard1.4 instead of netcoreapp1.0 to fix desktop reflect...
authorJohn Soklaski <jsokla@microsoft.com>
Tue, 18 Oct 2016 01:09:58 +0000 (18:09 -0700)
committerDrew Scoggins <anscoggi@microsoft.com>
Wed, 26 Oct 2016 23:14:49 +0000 (16:14 -0700)
commit42e06dabb8c052db9f6706dc8558391801e629a7
treed052419967a407b108f763064d29eb147b2ee6be
parentc40171587ae70cb8c358b3cf56bd009ca8b89878
Move benchmarks to use netstandard1.4 instead of netcoreapp1.0 to fix desktop reflection issue

Commit migrated from https://github.com/dotnet/coreclr/commit/ef60f7921285baef7257b79fa79443ff15205d57
82 files changed:
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsByte.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsChar.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsDouble.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsFloat.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsInt.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsLong.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsSByte.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsShort.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsString.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsUInt.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsULong.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsUShort.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj
src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json
src/coreclr/tests/src/JIT/config/benchmark+serialize/project.json
src/coreclr/tests/src/JIT/config/benchmark/project.json
src/coreclr/tests/src/performance/perflab/PerfLab.csproj
src/coreclr/tests/src/performance/project.json [new file with mode: 0644]