Add lean run support to CoreCLR perf (#11347)
authorDrew Scoggins <anscoggi@microsoft.com>
Fri, 5 May 2017 17:39:15 +0000 (02:39 +0900)
committerJosé Rivero <jorive@microsoft.com>
Fri, 5 May 2017 17:39:15 +0000 (10:39 -0700)
commit803b48ca0f6e3097a3453d1d15d3765704461651
tree55f8d42277e08f66ecc8886e8b6ca04601c10be8
parentc84237673b6167ee964ba6bea00041dac9dca3e2
Add lean run support to CoreCLR perf (#11347)

In the xunit performance harness we added support for a "lean" run which
only runs the stopwatch to collect duration and none of the ETW
providers are turned on.  This adds support in the automation for doing
runs that use this lean feature.
perf.groovy
tests/scripts/run-xunit-perf.cmd
tests/src/Common/PerfHarness/project.json
tests/src/Common/external/project.json
tests/src/JIT/config/benchmark+roslyn/project.json
tests/src/JIT/config/benchmark+serialize/project.json
tests/src/JIT/config/benchmark/project.json