use https to download authanywhere binary#8704
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8704) and master. ✅ No regressions detected - check the details below Full Metrics ComparisonFakeDbCommand
HttpMessageHandler
Comparison explanationExecution-time benchmarks measure the whole time it takes to execute a program, and are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are highlighted in **red**. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). Duration chartsFakeDbCommand (.NET Framework 4.8)gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8704) - mean (73ms) : 70, 76
master - mean (74ms) : 70, 79
section Bailout
This PR (8704) - mean (77ms) : 75, 79
master - mean (77ms) : 75, 79
section CallTarget+Inlining+NGEN
This PR (8704) - mean (1,113ms) : 1059, 1167
master - mean (1,113ms) : 1057, 1170
FakeDbCommand (.NET Core 3.1)gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8704) - mean (115ms) : 111, 118
master - mean (115ms) : 111, 119
section Bailout
This PR (8704) - mean (118ms) : 112, 124
master - mean (116ms) : 111, 121
section CallTarget+Inlining+NGEN
This PR (8704) - mean (792ms) : 768, 817
master - mean (790ms) : 767, 813
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8704) - mean (104ms) : 98, 110
master - mean (104ms) : 97, 111
section Bailout
This PR (8704) - mean (103ms) : 101, 106
master - mean (104ms) : 99, 109
section CallTarget+Inlining+NGEN
This PR (8704) - mean (955ms) : 922, 989
master - mean (955ms) : 911, 999
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8704) - mean (102ms) : 96, 108
master - mean (100ms) : 97, 103
section Bailout
This PR (8704) - mean (105ms) : 98, 112
master - mean (105ms) : 100, 109
section CallTarget+Inlining+NGEN
This PR (8704) - mean (826ms) : 789, 863
master - mean (826ms) : 788, 864
HttpMessageHandler (.NET Framework 4.8)gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8704) - mean (198ms) : 192, 204
master - mean (200ms) : 191, 208
section Bailout
This PR (8704) - mean (202ms) : 198, 206
master - mean (203ms) : 200, 207
section CallTarget+Inlining+NGEN
This PR (8704) - mean (1,195ms) : 1156, 1234
master - mean (1,192ms) : 1158, 1226
HttpMessageHandler (.NET Core 3.1)gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8704) - mean (284ms) : 274, 294
master - mean (286ms) : 278, 293
section Bailout
This PR (8704) - mean (287ms) : 280, 294
master - mean (287ms) : 280, 293
section CallTarget+Inlining+NGEN
This PR (8704) - mean (959ms) : 937, 980
master - mean (961ms) : 943, 980
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8704) - mean (277ms) : 269, 286
master - mean (277ms) : 270, 284
section Bailout
This PR (8704) - mean (277ms) : 271, 284
master - mean (277ms) : 270, 284
section CallTarget+Inlining+NGEN
This PR (8704) - mean (1,156ms) : 1115, 1196
master - mean (1,154ms) : 1112, 1196
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8704) - mean (274ms) : 264, 283
master - mean (274ms) : 266, 282
section Bailout
This PR (8704) - mean (276ms) : 270, 283
master - mean (276ms) : 269, 284
section CallTarget+Inlining+NGEN
This PR (8704) - mean (1,035ms) : 994, 1076
master - mean (1,032ms) : 991, 1074
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-05-28 15:36:53 Comparing candidate commit b59c803 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 72 metrics, 0 unstable metrics, 58 known flaky benchmarks, 68 flaky benchmarks without significant changes.
|
Summary of changes
Explicitly using https to download authanywhere binary for benchmark-serverless job.
Reason for change
Vulnerability found for dd-trace-js in https://datadoghq.atlassian.net/browse/APMSP-3302
Implementation details
Test coverage
Other details