Flamegraph: Diff profile support (#72383)

This commit is contained in:
Andrej Ocenas
2023-08-01 16:08:46 +02:00
committed by GitHub
parent e0587dfb30
commit 91c7096eda
23 changed files with 1095 additions and 108 deletions
@@ -163,6 +163,7 @@ type TestDataDataQuery struct {
// Drop percentage (the chance we will lose a point 0-100)
DropPercent *float64 `json:"dropPercent,omitempty"`
ErrorType *ErrorType `json:"errorType,omitempty"`
FlamegraphDiff *bool `json:"flamegraphDiff,omitempty"`
Labels *string `json:"labels,omitempty"`
LevelColumn *bool `json:"levelColumn,omitempty"`
Lines *int64 `json:"lines,omitempty"`