Add 15 more Benchstone floating-point (BenchF) benchmarks in Xunit format.
authorChris McKinsey <chrismck@microsoft.com>
Mon, 1 Feb 2016 19:35:32 +0000 (11:35 -0800)
committerChris McKinsey <chrismck@microsoft.com>
Mon, 1 Feb 2016 20:52:40 +0000 (12:52 -0800)
commit830f80b067dbccbe477c34186473fb096e71f784
tree5a9f1b4a9843558a847388927b9d99297f814552
parent332bbcdc6226f7d8d63e49fa53d30e1a53839f7f
Add 15 more Benchstone floating-point (BenchF) benchmarks in Xunit format.
Update all BenchF sources with CodeFormatter tool.
35 files changed:
tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.cs
tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.cs
tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.cs
tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.cs
tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.cs
tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj [new file with mode: 0644]