Fix jitbench
authornoahfalk <noahfalk@microsoft.com>
Fri, 27 Apr 2018 10:07:41 +0000 (03:07 -0700)
committernoahfalk <noahfalk@microsoft.com>
Fri, 27 Apr 2018 10:07:41 +0000 (03:07 -0700)
commit1c499ccf8d54665b458d4b5938321ab4048a1b1f
treee5a8322cf4bc3d0cb4a6ee51cce42bcd6ed3e4a8
parent861198647dc232ecaf05b4a8e2f10605e7a22537
Fix jitbench

Addressed 3 issues:
1) coreclr and CoreFx were out of sync -> update dependencies.props
2) Word2Vec fails on x86 sometimes with OutOfMemory -> disabled it there because it appears the behavior is by design
3) CommandLineParser 2.1.1 doesn't restore anymore? -> NuGet was already rolling forward to 2.2.0 but changing it in the source removes the warning when using dotnet.exe to run JitBench
dependencies.props
tests/src/performance/Scenario/JitBench/Benchmarks/MLBenchmark.cs
tests/src/performance/Scenario/JitBench/Runner/Benchmark.cs
tests/src/performance/Scenario/JitBench/Runner/TestRun.cs