Catalin Vasile
Results
2
issues of
Catalin Vasile
## Description This issue proposes adding advanced testing scenario features to Autocannon that include the possibility of running configurable load tests that support ramp-up, spike and cooldown behaviours. ## Proposed...
Hello, I have this struct with the following JSON annotations: ``` MyFancyStruct struct { SomeNestedProperty []map[string]interface{} `json:"someNestedProperty,omitempty,nocopy"` } ``` And this JSONPath: ``` $.someNestedProperty[*][*].some_other_prop ``` If I do the following:...