summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI
AgeCommit message (Collapse)AuthorFilesLines
2018-02-28Revert: Simplify test dependencies for benchmarks (#16647)Andy Ayers24-0/+120
This reverts commit 0598b6b8af0fb560837ce0bb8f3c8236c05bbdc9. Updates to xunit console runner break things in Helix. So reverting until we can get that part sorted. Also undoes version updates from #16597; we can't move these forward yet as we're back to netstandard 1.4 for the time being.
2018-02-26Simplify test dependencies for benchmarks (#16378)Andy Ayers24-120/+0
Remove the special benchmark configs and update benchmark projects accordingly. Also update other random projects that were referencing benchmark configs. Benchmarks now build against the default standard. Addresses #14124, #16126.
2017-12-04Separate large perf benchmarks into their own legs (#15231)Michelle McDaniel48-0/+3940
Separate large perf benchmarks into their own legs This change splits the windows perf test stages into 6 pipelined legs per flavor to reduce the amount of time we spend running the perf tests and reduce the total time of the job. This change also decreases the size of the stashed bin directory by deleting the obj directory. Finally, we move the benchstones suite into one directory (moving BenchF and BenchI into a shared dir called Benchstones)