Add AllReady scenario to JitBench (#16905)
authorAdam Sitnik <adam.sitnik@gmail.com>
Fri, 16 Mar 2018 12:25:08 +0000 (13:25 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Mar 2018 12:25:08 +0000 (13:25 +0100)
commit7ee3f63601af7b78a9158be912a1428e42aa559f
tree1a61b17423ab12e80b90843f22930d506d8d1e07
parent9d0e7065b788333c712a31d11fc46fe561887b66
Add AllReady scenario to JitBench (#16905)

* reuse MusicStoreBenchmark for AllReady scenario

* bug fix, should set JITBENCH_FRAMEWORK_VERSION, not JITBENCH_TARGET_FRAMEWORK_VERSION

* include informations from AllReady.dll

* temp: point to my fork before the https://github.com/aspnet/JitBench/pull/85 gets merged

* clone the repo and get the submodule, downloading .zip is not enough when working with GIT submodules

* fail benchmark when git command fails

* point to the updated aspnet/JitBench repo, not my fork
tests/src/performance/Scenario/JitBench/Benchmarks/WebAppBenchmarks.cs [moved from tests/src/performance/Scenario/JitBench/Benchmarks/MusicStoreBenchmark.cs with 73% similarity]
tests/src/performance/Scenario/JitBench/Runner/Benchmark.cs