-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Hi.
I have applied such a patch - and it allowed to build, test the project:
https://gist.github.com/advancedwebdeveloper/bda9cfc45c8e133464f5eea9a4f0e50e
.
@ianlancetaylor proposed such a benchmarking option:
https://groups.google.com/g/golang-nuts/c/S2gBW3BV4QU/m/uW9KN7AuFwAJ
https://golang.org/pkg/testing/#B.ReportAllocs
.
I see such lines, which invoked the reflection API:
openwhisk-cli/commands/util.go
Line 263 in fcac2ac
| defaultHeader := reflect.TypeOf(collection).String() |
openwhisk-cli/commands/action.go
Line 891 in e3f41f9
| WEB_SECURE_ANNOT, reflect.TypeOf(existingSecret), reflect.TypeOf(secureSecret)) |
Line 70 in d4307b7
| "verbs": reflect.ValueOf(whisk.ApiVerbs).MapKeys()}) |
.
What is the minimal scenario, to perform a strictly bench-marking test?
Metadata
Metadata
Assignees
Labels
No labels