diff options
author | Michelle McDaniel <adiaaida@gmail.com> | 2017-03-08 22:58:03 +0000 |
---|---|---|
committer | Michelle McDaniel <adiaaida@gmail.com> | 2017-03-09 16:27:46 -0800 |
commit | 9191ff3c8a3740402096a10654342144b2a140e9 (patch) | |
tree | 02b40772f4712b9e0f43c6a865efe798ad9df67b /Documentation/project-docs | |
parent | cf7d6d924842e8975ede592fbab096bad9f780c8 (diff) | |
download | coreclr-9191ff3c8a3740402096a10654342144b2a140e9.tar.gz coreclr-9191ff3c8a3740402096a10654342144b2a140e9.tar.bz2 coreclr-9191ff3c8a3740402096a10654342144b2a140e9.zip |
Add linux throughput testing support
This change modifies perf-prep.sh, run-throughput-perf.py and perf.groovy
to add support for linux throughput testing. The following changes have
been made:
1. Update run-throughput-perf to specify the jit differently on linux and
windows. Create a new set of dlls to crossgen on linux. The following are
removed: CodeAnalysis, CodeAnalysis.VisualBasic, CodeAnalysis.Csharp
(these do not exist in the corefx runtime dir that we will be using on
linux), System, System.Core, System.XML (these are significantly smaller
on Linux than windows). Make the list of architectures a dictionary so we
can specify different arches for different oses. Change the path to
crossgen/the jit to the Product directory. Change the timer to
timeit.default_timer, which will pick the most accurate timer for each
platform.
2. Modify perf-prep for throughput purposes. In throughput testing, we
need to enlist in corefx and build it. We pick a specific commit to enlist
in so that testing will be consistent. The rest of the work that perf-prep
can be skipped for throughput testing, as we are not running tests.
3. Update perf.groovy with throughput jobs on Linux.
Diffstat (limited to 'Documentation/project-docs')
0 files changed, 0 insertions, 0 deletions