ConsoleMandel jit benchmark
authorAndy Ayers <andya@microsoft.com>
Wed, 9 Dec 2015 19:35:07 +0000 (11:35 -0800)
committerAndy Ayers <andya@microsoft.com>
Thu, 10 Dec 2015 01:58:59 +0000 (17:58 -0800)
commitc3a86f1f0aad72317477def83a4cebacca0f6042
treef6f6796b84ede9bb5e7858985943071722ccffc6
parent5da2b1a6fe494f7c2ac36553defe570c53d5baca
ConsoleMandel jit benchmark

Initial port of this benchmark.

When run from the command line, with no args, it prints usage and exits with success. With args, one can select one or more of the renderers to benchmark or run.

Under xunit-performance this runs all 24 permutations available.
13 files changed:
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/Abstractions.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/Interfaces.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ScalarDouble.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ScalarFloat.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorDouble.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorDoubleStrict.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorFloat.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorFloatStrict.cs [new file with mode: 0644]
tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/VectorHelpers.cs [new file with mode: 0644]
tests/src/JIT/config/benchmark/project.json
tests/src/JIT/config/benchmark/project.lock.json