Skip to content

Commit 31260a5

Browse files
committed
use latest perfview
1 parent 402e722 commit 31260a5

File tree

1 file changed

+1
-1
lines changed
  • src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.Core/TraceCollection

1 file changed

+1
-1
lines changed

src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.Core/TraceCollection/TraceCollector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private static void InstallTraceCollector(string dependenciesFolder)
7878
}
7979

8080
// TODO: Make this URL configurable.
81-
const string perfviewUrl = "https://github.com/microsoft/perfview/releases/download/v3.0.0/PerfView.exe";
81+
const string perfviewUrl = "https://github.com/microsoft/perfview/releases/download/v3.1.23/PerfView.exe";
8282
using (HttpClient client = new())
8383
{
8484
HttpResponseMessage response = client.GetAsync(perfviewUrl).Result;

0 commit comments

Comments
 (0)