We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402e722 commit 31260a5Copy full SHA for 31260a5
src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.Core/TraceCollection/TraceCollector.cs
@@ -78,7 +78,7 @@ private static void InstallTraceCollector(string dependenciesFolder)
78
}
79
80
// TODO: Make this URL configurable.
81
- const string perfviewUrl = "https://github.com/microsoft/perfview/releases/download/v3.0.0/PerfView.exe";
+ const string perfviewUrl = "https://github.com/microsoft/perfview/releases/download/v3.1.23/PerfView.exe";
82
using (HttpClient client = new())
83
{
84
HttpResponseMessage response = client.GetAsync(perfviewUrl).Result;
0 commit comments