Optimize DotnetSDKSimulation_PostProcessing test (163s → 61s) by nohwnd · Pull Request #15516 · microsoft/vstest (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@nohwnd

Summary

Optimizes the slowest acceptance test from 163s → 61s (63% faster).

Changes

Before/After

Metric Before After
Duration 163.4s 61.1s
\dotnet new\ calls 5 1
\dotnet build\ calls 5 1
vstest runs 5 2

@nohwnd

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Copilot AI review requested due to automatic review settings

March 19, 2026 12:43

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Optimizes the DotnetSDKSimulation_PostProcessing acceptance test runtime by reducing redundant project creation/build work and lowering the number of vstest executions while preserving merge validation.

Changes:

Evangelink

This was referenced

May 26, 2026

This was referenced

Jun 16, 2026

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

3 participants

@nohwnd @Evangelink