Closed daniel-romano-DD closed 3 months ago
Branch report: dani/iast/hardcodedsecrets_init_fix
Commit report: 59fb803
Test service: dd-trace-dotnet
:white_check_mark: 0 Failed, 344564 Passed, 1780 Skipped, 15h 7m 14.82s Total Time
Execution-time results for samples comparing the following branches/commits:
Execution-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 shown 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).
Benchmarks for #5920 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored.
Summary of changes
Make IAST analyzers initialization explicit, and call it only in
Instrumentation.Initialize
to avoid multiple instances scenariosReason for change
A crash under these circumstances has been detected
Implementation details
Move IAST analyzers init inside
Instrumentation.Initialize
only to make sure they are initialized only onceTest coverage
Other details