Simplify test dependencies for benchmarks (#16378)
authorAndy Ayers <andya@microsoft.com>
Mon, 26 Feb 2018 20:41:14 +0000 (12:41 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 20:41:14 +0000 (12:41 -0800)
commit96850fb4c31379c5fc76ca78b9f4f3d448c862ac
treeef9aab45854679c1f7f51b269f97f3e5f4b4a5e2
parent66aec8606d2714dc1f0a558817bdb93a87bf35b1
Simplify test dependencies for benchmarks (#16378)

Remove the special benchmark configs and update benchmark projects accordingly.
Also update other random projects that were referencing benchmark configs.

Benchmarks now build against the default standard.

Addresses #14124, #16126.
108 files changed:
dependencies.props
tests/build.proj
tests/scripts/scripts.csproj [deleted file]
tests/src/Common/external/external.depproj
tests/src/JIT/CheckProjects/CheckProjects.csproj
tests/src/JIT/Directed/Misc/function_pointer/MutualThdRecur-fptr.il
tests/src/JIT/Methodical/Boxing/morph/sin3double.ilproj
tests/src/JIT/Methodical/acceptance/Boxing/boxing001.ilproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-2.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-5.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-2.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-5.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-1.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-2.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-3.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-3.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-1.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-5.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-1.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-6.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-1.csproj
tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-3.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Adams/Adams.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMk2/BenchMk2.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMrk/BenchMrk.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Bisect/Bisect.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/DMath/DMath.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/FFT/FFT.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InProd/InProd.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InvMt/InvMt.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/LLoops/LLoops.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Lorenz/Lorenz.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/MatInv4/MatInv4.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtE/NewtE.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtR/NewtR.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Regula/Regula.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Romber/Romber.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Secant/Secant.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Simpsn/Simpsn.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/SqMtx/SqMtx.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Trap/Trap.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Whetsto/Whetsto.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/8Queens/8Queens.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Ackermann/Ackermann.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray/AddArray.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray2/AddArray2.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array1/Array1.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array2/Array2.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BenchE/BenchE.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort/BubbleSort.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort2/BubbleSort2.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/CSieve/CSieve.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Fib/Fib.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/HeapSort/HeapSort.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/IniArray/IniArray.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/LogicArray/LogicArray.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Midpoint/Midpoint.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/NDhrystone/NDhrystone.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Permutate/Permutate.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Pi/Pi.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Puzzle/Puzzle.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/QuickSort/QuickSort.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeInsert/TreeInsert.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeSort/TreeSort.csproj
tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/XposMatrix/XposMatrix.csproj
tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj
tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj
tests/src/JIT/Performance/CodeQuality/Devirtualization/DefaultEqualityComparerPerf.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/Layout/SearchLoops.csproj
tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj
tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj
tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj
tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj
tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.csproj
tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj
tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj
tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj
tests/src/JIT/Performance/CodeQuality/Span/Indexer.csproj
tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj
tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj
tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj
tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj
tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj
tests/src/JIT/Regression/JitBlue/GitHub_15237/GitHub_15237.csproj
tests/src/JIT/Regression/JitBlue/GitHub_16254/GitHub_16254.csproj
tests/src/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj
tests/src/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj
tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.csproj
tests/src/JIT/config/benchmark+roslyn/benchmark+roslyn.csproj [deleted file]
tests/src/JIT/config/benchmark+serialize/benchmark+serialize.csproj [deleted file]
tests/src/JIT/config/benchmark/benchmark.csproj [deleted file]
tests/src/JIT/jit64/mcc/common/common.il
tests/src/JIT/opt/Devirtualization/GitHub_9945_2.ilproj
tests/src/JIT/opt/Devirtualization/override.ilproj
tests/src/performance/Scenario/JitBench/JitBench.csproj
tests/src/performance/linkbench/linkbench.csproj
tests/src/performance/perflab/PerfLab.csproj
tests/src/performance/performance.csproj
tests/src/sizeondisk/sodbench/SoDBench.csproj