Remove some unused benchmarks (#9843)
authorAndy Ayers <andya@microsoft.com>
Tue, 28 Feb 2017 17:15:14 +0000 (09:15 -0800)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2017 17:15:14 +0000 (09:15 -0800)
commit6d1e688cb2bd37121c7de786b118b912ce0734c7
tree8ab59a0d0ee7c9f50f7d84d6ad5f8ba45103207a
parent7bb285caa21608a65c32472a5531dfd0d9c15100
Remove some unused benchmarks (#9843)
26 files changed:
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsByte.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsByte.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsChar.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsChar.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsDouble.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsDouble.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsFloat.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsFloat.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsInt.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsInt.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsLong.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsLong.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsSByte.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsSByte.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsShort.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsShort.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsString.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsString.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsUInt.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsUInt.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsULong.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsULong.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsUShort.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/Inlining/ConstantArgsUShort.csproj [deleted file]
tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.cs [deleted file]
tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.csproj [deleted file]