Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put Temp on RAM Disk for Azure Pipelines tests #7263

Merged
merged 1 commit into from
Oct 29, 2019

Commits on Oct 29, 2019

  1. Put Temp on RAM Disk for Azure Pipelines tests

    Profiling on Azure Pipelines indicates that the majority of our time is
    spent waiting for filesystem operations to complete. As a quick way to
    improve our test speed in this area, we can do operations on a RAM disk
    instead of the default SSDs.
    chrahunt committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ceaf75b View commit details
    Browse the repository at this point in the history