2 references to LongTestPath
Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks (2)
PathStringBenchmark.cs (2)
14
public IEnumerable<object> TestPaths => new[] { TestPath,
LongTestPath
, LongTestPathEarlyPercent };
16
public IEnumerable<object> TestUris => new[] { new Uri($"https://localhost:5001/{TestPath}"), new Uri($"https://localhost:5001/{
LongTestPath
}"), new Uri($"https://localhost:5001/{LongTestPathEarlyPercent}") };